diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-05 17:58:51 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-05 17:58:51 +0530 |
| commit | d14a68c9384ac9e2b3578c561453e2c60c6d733f (patch) | |
| tree | e79e755e214ad4883a2167dcb34c2ab71b7b397a /.config/lf | |
| parent | 164c9d2cd7ccc9d4de4a2d5fd53f77f7aa57fbc0 (diff) | |
stuff
Diffstat (limited to '.config/lf')
| -rw-r--r-- | .config/lf/lfrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 07f830f..bcebcf5 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -41,7 +41,7 @@ cmd extract ${{ printf "%s\n\t" "$fx" printf "extract?[y/N]" read ans - [ $ans = "y" ] && aunpack $fx + [ $ans = "y" ] && ext $fx }} cmd delete ${{ @@ -75,7 +75,7 @@ cmd copyto ${{ notify-send "📋 File(s) copied." "File(s) copies to $dest." }} -cmd setbg "$1" +cmd genwall "$1" cmd bulkrename $vidir # Bindings @@ -102,7 +102,7 @@ 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 B bulkrename -map b $setbg $f +map b $genwall $f map <c-e> down map <c-y> up |
