files manager lf config
This commit is contained in:
parent
8b7bb62372
commit
12476c3a35
23
rockethype/config/lf/lfrc
Normal file
23
rockethype/config/lf/lfrc
Normal file
@ -0,0 +1,23 @@
|
||||
set shell zsh
|
||||
set shellopts '-eu'
|
||||
set ifs "\n"
|
||||
set cursorpreviewfmt "\033[7;2m"
|
||||
cmd open &xdg-open $f
|
||||
|
||||
#Binding
|
||||
map U !du -csh *
|
||||
map a rename
|
||||
map o open
|
||||
map <f-6> :push a
|
||||
map <f-7> :push %mkdir<space>
|
||||
map <f-8> delete
|
||||
|
||||
map gh cd ~
|
||||
map gg cd ..
|
||||
map gr cd ~/Desktop
|
||||
map gd cd ~/Documents
|
||||
map gl cd ~/Games/Lutris
|
||||
map gs cd ~/Games/Steam
|
||||
|
||||
map xc !gpg -c $f
|
||||
map xd !gpg $f
|
||||
Loading…
x
Reference in New Issue
Block a user