1
0
Fork 0

update lf keybinds

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

View file

@ -19,7 +19,7 @@ cmd open ${{
cmd mkdir $mkdir -p "$(echo $* | tr ' ' '\ ')"
cmd edit !{{
cmd edit ${{
clear
if [ -w $f ]; then
$EDITOR $f
@ -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