1
0
Fork 0

fix lf rename binds

This commit is contained in:
Luca Bilke 2023-06-21 00:55:58 +02:00
parent d5c38c2c4f
commit c747210f33
1 changed files with 4 additions and 3 deletions

View File

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