1
0
Fork 0

fix lf binds

This commit is contained in:
Luca Bilke 2024-04-17 19:46:52 +02:00
parent 751cef25ff
commit 531dd948e8
1 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@ map "&" shell-async
map ";" find-next map ";" find-next
map "," find-prev map "," find-prev
map "/" search map "/" search
map a :rename; cmd-home # rename from beginning map a :rename; cmd-end # rename from end
map <c-b> page-up map <c-b> page-up
map b dupe map b dupe
map B bulkrename map B bulkrename
@ -298,7 +298,7 @@ map g/ cd /
source ~/.config/lf/shortcuts source ~/.config/lf/shortcuts
map G bottom map G bottom
map h updir map h updir
map i :rename; cmd-end # rename from end map i :rename; cmd-home # rename from beginning
map j down map j down
map k up map k up
map l open map l open