summaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local/bin/tmux-projectr
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.local/bin/tmux-projectr')
-rwxr-xr-xtmux/.local/bin/tmux-projectr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.local/bin/tmux-projectr b/tmux/.local/bin/tmux-projectr
index 8dcbabc..082bba4 100755
--- a/tmux/.local/bin/tmux-projectr
+++ b/tmux/.local/bin/tmux-projectr
@@ -8,7 +8,7 @@ if [ "$#" -eq 0 ]; then
# shellcheck disable=2046
set -- $(
projectr -mgt ~/src ~/pkg ~/dkr ~/doc -P ~/.dotfiles --exclude-cwd |
- fzf-tmux "$FZF_TMUX_OPTS" -- --tac --select-1 --exit-0 -d/ --with-nth -2.. \
+ fzf-tmux "$FZF_TMUX_OPTS" -- --tac --select-1 --exit-0 -d/ --with-nth 4.. \
--bind 'focus:transform-header(echo {})' \
--preview-window='right,75%,<80(up,75%,border-bottom)' --preview="$PREVIEW_CMD"
)