fix lf rename binds
This commit is contained in:
parent
d5c38c2c4f
commit
c747210f33
|
@ -202,9 +202,10 @@ map <enter> shell
|
|||
map x $$f
|
||||
map X !$f
|
||||
map o open-with
|
||||
map a push A<c-a> # at the very beginning
|
||||
map i push A<a-b><a-b><a-f> # before extension
|
||||
map c push A<c-u> # new rename
|
||||
map a :rename; cmd-home # rename from beginning
|
||||
map r :rename; cmd-end # rename from end
|
||||
map i :rename # before extension
|
||||
map c push r<c-u> # new rename
|
||||
map B bulkrename
|
||||
map b dupe
|
||||
map u :clear; unselect
|
||||
|
|
Loading…
Reference in New Issue