24 lines
369 B
Plaintext
24 lines
369 B
Plaintext
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
|