diff options
Diffstat (limited to '.config')
| -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 fc82f02..904cbf2 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -60,9 +60,8 @@ cmd copyto ${{ notify-send "📋 File(s) copied." "File(s) copies to $dest." }} -cmd bulkrename ${{ - vidir -}} +cmd setbg "$1" +cmd bulkrename $vidir # Bindings map <c-f> $lf -remote "send $id select '$(fzf)'" @@ -85,7 +84,8 @@ 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 extention map a push A<a-b> # after extention -map b bulkrename +map B bulkrename +map b $setbg $f map <c-e> down map <c-y> up |
