1
0
Fork 0

add binding to open new kitty window

This commit is contained in:
Luca Bilke 2022-08-09 10:56:16 +02:00
parent e9f36c61a8
commit d7e449e5ce
1 changed files with 3 additions and 1 deletions

View File

@ -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"