Skip to content

Commit

Permalink
Fix rename key bindings in lf (LukeSmithxyz#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdna authored and John Doe committed Jun 9, 2024
1 parent 83c05c9 commit 9e59993
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .config/lf/lfrc
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ map X !$f
map o &mimeopen "$f"
map O $mimeopen --ask "$f"

map A rename # at the very end
map A :rename; cmd-end # at the very end
map c push A<c-u> # new rename
map I push A<c-a> # at the very beginning
map i push A<a-b><a-b><a-f> # before extension
map a push A<a-b> # after extension
map I :rename; cmd-home # at the very beginning
map i :rename # before extension
map a :rename; cmd-right # after extension
map B bulkrename
map b $setbg $f

Expand Down

0 comments on commit 9e59993

Please sign in to comment.