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 X !$f
|
map X !$f
|
||||||
map o open-with
|
map o open-with
|
||||||
map a push A<c-a> # at the very beginning
|
map a :rename; cmd-home # rename from beginning
|
||||||
map i push A<a-b><a-b><a-f> # before extension
|
map r :rename; cmd-end # rename from end
|
||||||
map c push A<c-u> # new rename
|
map i :rename # before extension
|
||||||
|
map c push r<c-u> # new rename
|
||||||
map B bulkrename
|
map B bulkrename
|
||||||
map b dupe
|
map b dupe
|
||||||
map u :clear; unselect
|
map u :clear; unselect
|
||||||
|
|
Loading…
Reference in New Issue