From c419b97b5cc61127ca2b7f9839a588c2ee3e7353 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 20 Jul 2024 20:22:03 +0400 Subject: directory name changed from dotfiles to config --- dotfiles/lf/lfrc | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 dotfiles/lf/lfrc (limited to 'dotfiles/lf') diff --git a/dotfiles/lf/lfrc b/dotfiles/lf/lfrc deleted file mode 100644 index ebfffa3..0000000 --- a/dotfiles/lf/lfrc +++ /dev/null @@ -1,44 +0,0 @@ -# Suleyman's gruvbox themed lf config at "https://github.com/thei0n/slcf" -# Due to the facts that ueberzug is no longer maintained and adds extra complexity it is not included in the config - -# Options -set incsearch -set scrolloff 4 #smooth scrolling - -# Key-maps -map shell -map m push $mkdir -map t push $touch -map D trash -map gf $lf -remote "send $id select $(fzf --layout=reverse --height=10)" -map x $$f # execute current file (must be executable) - -map zb :{{ set sortby natural; set info size; set preview; set ratios 5:2; }} -map zz :{{ set preview; set ratios 1:2:3; }} - -# Directory change -map gp cd ~/proj -map gt cd ~/testProj -map gc cd ~/.config -map gh cd ~ -map gu cd /usr/local/bin - -# Colors -set cursoractivefmt "\033[0;1;7m" #white -# set cursoractivefmt "\033[32;1;7m" #yellowish green -# set cursoractivefmt "\033[33;1;7m" #orange -# set cursoractivefmt "\033[36;1;7m" #green - -set cursorparentfmt "\033[0;1;7m" -set tagfmt "\033[32;1;7m" -set rulerfmt "\033[32;1;7m" - -set promptfmt "\033[48;1;234m %w/%f" - - -cmd trash !{{ - [ ! -d ~/.trash ] && mkdir -p ~/.trash - set -f - printf "\nItems to be trashed:\n$fx\n\nTrash? [y/N]" && read ans - [ $ans == "y" ] && mv $fx ~/.trash && echo "Trash complete!" || echo "Failed! Use y to trash." -}} -- cgit v1.2.3