1
0
Fork 0

update lf keybinds

This commit is contained in:
Luca Bilke 2023-06-18 18:59:26 +02:00
commit d705196279

View file

@ -19,7 +19,7 @@ cmd open ${{
cmd mkdir $mkdir -p "$(echo $* | tr ' ' '\ ')" cmd mkdir $mkdir -p "$(echo $* | tr ' ' '\ ')"
cmd edit !{{ cmd edit ${{
clear clear
if [ -w $f ]; then if [ -w $f ]; then
$EDITOR $f $EDITOR $f
@ -149,11 +149,10 @@ map x $$f
map X !$f map X !$f
map o &mimeopen $f map o &mimeopen $f
map O $mimeopen -a $f map O $mimeopen -a $f
map A rename # at the very end map a :rename; cmd-home # rename from beginning
map a push A<c-a> # at the very beginning map r :rename; cmd-end # rename from end
map I push A<a-b> # after extension map i :rename # before extension
map i push A<a-b><a-b><a-f> # before extension map c push r<c-u> # new rename
map c push A<c-u> # new rename
map B bulkrename map B bulkrename
map b dupe map b dupe
map u :clear; unselect map u :clear; unselect