add binding to open new kitty window
This commit is contained in:
parent
e9f36c61a8
commit
d7e449e5ce
1 changed files with 3 additions and 1 deletions
|
@ -172,7 +172,6 @@ map x $$f
|
||||||
map X !$f
|
map X !$f
|
||||||
map o &mimeopen $f
|
map o &mimeopen $f
|
||||||
map O $mimeopen --ask $f
|
map O $mimeopen --ask $f
|
||||||
|
|
||||||
map A rename # at the very end
|
map A rename # at the very end
|
||||||
map a push A<c-a> # at the very beginning
|
map a push A<c-a> # at the very beginning
|
||||||
map I push A<a-b> # after extension
|
map I push A<a-b> # after extension
|
||||||
|
@ -180,5 +179,8 @@ map i push A<a-b><a-b><a-f> # before extension
|
||||||
map c push A<c-u> # new rename
|
map c push A<c-u> # new rename
|
||||||
map B bulkrename
|
map B bulkrename
|
||||||
|
|
||||||
|
# Kitty Specific
|
||||||
|
map W $kitty @ launch --cwd $PWD --no-response lf
|
||||||
|
|
||||||
# source directory shortcuts
|
# source directory shortcuts
|
||||||
source "~/.config/lf/shortcutrc"
|
source "~/.config/lf/shortcutrc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue