diff --git a/rockethype/config/lf/lfrc b/rockethype/config/lf/lfrc new file mode 100644 index 0000000..08aa2ca --- /dev/null +++ b/rockethype/config/lf/lfrc @@ -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 :push a +map :push %mkdir +map 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