diff options
| author | Mahdi Nayef <mhdna@outlook.com> | 2023-05-24 16:28:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 13:28:56 +0000 |
| commit | 0a29cfbf4facff29569535040a4ce90f2f033dd3 (patch) | |
| tree | 1a05151f9b61ef4a8e5299bec0e814ce90107ace /.config/lf/lfrc | |
| parent | 991b052a558c11182c279612f3db42d187304132 (diff) | |
| download | eibhear-0a29cfbf4facff29569535040a4ce90f2f033dd3.tar.gz eibhear-0a29cfbf4facff29569535040a4ce90f2f033dd3.tar.zst eibhear-0a29cfbf4facff29569535040a4ce90f2f033dd3.zip | |
Fix rename key bindings in lf (#1331)
Diffstat (limited to '.config/lf/lfrc')
| -rw-r--r-- | .config/lf/lfrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index e3bace6..d1c9402 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -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 |
