aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local/bin
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-05 18:32:52 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-05 18:32:52 -0600
commit77398b303a7be5c62e6ffc2659ce3ac9d7270883 (patch)
treedafa39824138863a8d7a23e7a34b3f9dd72deacc /tmux/.local/bin
parent844100e9706eec1e21fea9d0d5a18fc47edca7c8 (diff)
fix(tmux): remove select-1 flag
Diffstat (limited to 'tmux/.local/bin')
-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 35ba503..9f9ec4b 100755
--- a/tmux/.local/bin/tmux-projectr
+++ b/tmux/.local/bin/tmux-projectr
@@ -17,7 +17,7 @@ if [ "$#" -eq 0 ]; then
# shellcheck disable=2046
set -- $(
projectr -mgt ~/src ~/pkg ~/dkr ~/doc -P ~/.dotfiles --exclude-cwd |
- fzf-tmux -p100,30 -- --tac --select-1 --exit-0 -d/ --with-nth 4.. \
+ fzf-tmux -p100,30 -- --tac --exit-0 -d/ --with-nth 4.. \
--bind "focus:transform-header(echo {} | sed 's|$HOME|~|')" \
--preview-window='right,60,<60(hidden)' --preview="$PREVIEW_CMD"
)