add binding to open new kitty window
This commit is contained in:
parent
e9f36c61a8
commit
d7e449e5ce
|
@ -172,7 +172,6 @@ map x $$f
|
|||
map X !$f
|
||||
map o &mimeopen $f
|
||||
map O $mimeopen --ask $f
|
||||
|
||||
map A rename # at the very end
|
||||
map a push A<c-a> # at the very beginning
|
||||
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 B bulkrename
|
||||
|
||||
# Kitty Specific
|
||||
map W $kitty @ launch --cwd $PWD --no-response lf
|
||||
|
||||
# source directory shortcuts
|
||||
source "~/.config/lf/shortcutrc"
|
||||
|
|
Loading…
Reference in New Issue