diff options
| author | Elliotslab <oscar.inirio@gmail.com> | 2020-07-16 00:29:04 -0400 |
|---|---|---|
| committer | Elliotslab <oscar.inirio@gmail.com> | 2020-07-16 00:29:04 -0400 |
| commit | 8531ae348da38184ffa8296847eae480b83ce7a8 (patch) | |
| tree | 675a960e4b5ec0edd4b1fa9c9ef7192a9277890e /.config/lf/lfrc | |
| parent | f52a90e564c8ea1a540aa516dde31df0068c803e (diff) | |
| download | eibhear-8531ae348da38184ffa8296847eae480b83ce7a8.tar.gz eibhear-8531ae348da38184ffa8296847eae480b83ce7a8.tar.zst eibhear-8531ae348da38184ffa8296847eae480b83ce7a8.zip | |
update bulkrename to B, add setwallpaper shotcut
Diffstat (limited to '.config/lf/lfrc')
| -rw-r--r-- | .config/lf/lfrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index fc82f02..f914164 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -64,6 +64,8 @@ cmd bulkrename ${{ vidir }} +cmd setwallpaper %cp "$f" ~/.config/wall.png && xwallpaper --zoom "$f" + # Bindings map <c-f> $lf -remote "send $id select '$(fzf)'" map J $lf -remote "send $id cd $(cut -d' ' -f2 ${XDG_CONFIG_HOME:-$HOME/.config}/directories | fzf)" @@ -85,7 +87,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 bg setwallpaper map <c-e> down map <c-y> up |
