summaryrefslogtreecommitdiffstats
path: root/lf/lfrc
diff options
context:
space:
mode:
Diffstat (limited to 'lf/lfrc')
-rw-r--r--lf/lfrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/lf/lfrc b/lf/lfrc
index d43f862..3c78ed7 100644
--- a/lf/lfrc
+++ b/lf/lfrc
@@ -124,7 +124,7 @@ cmd paste-overwrite %{{
}}
cmd fzf_jump ${{
- res="$(find . -maxdepth 3 | sed "s|^\./||" | fzf --reverse --header='Jump to location' | sed 's/\\/\\\\/g;s/"/\\"/g')"
+ res="$(find . -maxdepth 2 | sed "s|^\./||" | fzf --reverse --header='Jump to location' | sed 's/\\/\\\\/g;s/"/\\"/g')"
if [ -d "$res" ]; then
cmd="cd"
else
@@ -164,7 +164,7 @@ cmd git_branch ${{
# toggle single column view
cmd no_preview :{{
set nopreview
- set ratios 2
+ set ratios 1
set info size:time
map ~ yes_preview
}}
@@ -172,7 +172,7 @@ cmd no_preview :{{
cmd yes_preview :{{
set ratios 2:2
set preview
- set info
+ set info size:time
map ~ no_preview
}}
@@ -274,6 +274,7 @@ map gl cd ~/.local/share
map gb cd ~/.local/bin
map g. cd ~/.config
map gn cd ~/.config/nvim
+map gk cd ~/.config/ksh
map gd cd ~/doc
map ga cd ~/src
map ge cd ~/etc
Un proyecto texto-plano.xyz