From c747210f337012998b1d20818efc965314c4a48f Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 21 Jun 2023 00:55:58 +0200 Subject: [PATCH] fix lf rename binds --- .config/lf/lfrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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