diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-15 11:37:24 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-15 11:37:24 +0100 |
commit | 09a63a109e5a25ec0071d7471566e0e6069cd3ae (patch) | |
tree | 861367ed1579456d20a7e376c3e31a67d2a9e1fd /.config/lf/lfrc | |
parent | In progress (diff) | |
download | dotfiles-bsd-09a63a109e5a25ec0071d7471566e0e6069cd3ae.tar.gz dotfiles-bsd-09a63a109e5a25ec0071d7471566e0e6069cd3ae.tar.bz2 dotfiles-bsd-09a63a109e5a25ec0071d7471566e0e6069cd3ae.tar.xz dotfiles-bsd-09a63a109e5a25ec0071d7471566e0e6069cd3ae.tar.zst dotfiles-bsd-09a63a109e5a25ec0071d7471566e0e6069cd3ae.zip |
upadte
Diffstat (limited to '.config/lf/lfrc')
-rw-r--r-- | .config/lf/lfrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index e800495..50930ba 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -35,11 +35,17 @@ cmd bulkrename $vidir $fx map gr cd / map gm cd ~/hdd +map gc cd ~/.config +map gb cd ~/.local/bin +map gs cd ~/.local/share +map gM cd /mnt +map gt cd /tmp map za set hidden! map zh set info size:time map <c-f> $lf -remote "send $id select '$(fzf)'" map <enter> open map D delete +map W $$SHELL map S $$SHELL map <c-n> push :mkdir<space> map <f-7> push :mkdir<space> |