diff --git a/.config/lf/lfrc b/.config/lf/lfrc index c357a66cb..ae19ba3fe 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -202,9 +202,10 @@ map shell map x $$f map X !$f map o open-with -map a push A # at the very beginning -map i push A # before extension -map c push A # 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 # new rename map B bulkrename map b dupe map u :clear; unselect