Fix rename key bindings in lf (#1331)

This commit is contained in:
Mahdi Nayef 2023-05-24 16:28:56 +03:00 committed by GitHub
parent 991b052a55
commit 0a29cfbf4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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