1
0
Fork 0
This commit is contained in:
Luca Bilke 2023-06-20 13:26:17 +02:00
commit 8ad9234820
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
1 changed files with 4 additions and 5 deletions

View File

@ -149,11 +149,10 @@ map x $$f
map X !$f
map o &mimeopen $f
map O $mimeopen -a $f
map A rename # at the very end
map a push A<c-a> # at the very beginning
map I push A<a-b> # after extension
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