Fix rename key bindings in lf (#1331)
This commit is contained in:
parent
991b052a55
commit
0a29cfbf4f
1 changed files with 4 additions and 4 deletions
|
@ -113,11 +113,11 @@ map X !$f
|
||||||
map o &mimeopen "$f"
|
map o &mimeopen "$f"
|
||||||
map O $mimeopen --ask "$f"
|
map O $mimeopen --ask "$f"
|
||||||
|
|
||||||
map A rename # at the very end
|
map A :rename; cmd-end # at the very end
|
||||||
map c push A<c-u> # new rename
|
map c push A<c-u> # new rename
|
||||||
map I push A<c-a> # at the very beginning
|
map I :rename; cmd-home # at the very beginning
|
||||||
map i push A<a-b><a-b><a-f> # before extension
|
map i :rename # before extension
|
||||||
map a push A<a-b> # after extension
|
map a :rename; cmd-right # after extension
|
||||||
map B bulkrename
|
map B bulkrename
|
||||||
map b $setbg $f
|
map b $setbg $f
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue