fix lf binds
This commit is contained in:
parent
751cef25ff
commit
531dd948e8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue