summaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-06 18:04:26 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-06 18:04:26 -0500
commitea7981722c8c4291542c4be1aa58895f9515e776 (patch)
tree44bf75bdcfa554d343f81c57e1f764242802e995 /tmux/.local
parent371581dad7e0431f67a9aff05a1818c083461e73 (diff)
fix(tmux): update projectr opts (again, again)
Diffstat (limited to 'tmux/.local')
-rwxr-xr-xtmux/.local/bin/tmux-sessionizer2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.local/bin/tmux-sessionizer b/tmux/.local/bin/tmux-sessionizer
index 298d3dc..9b61719 100755
--- a/tmux/.local/bin/tmux-sessionizer
+++ b/tmux/.local/bin/tmux-sessionizer
@@ -5,7 +5,7 @@ if [ "$#" -eq 0 ]; then
PREVIEW_CMD='sel={}; less ${sel:-{q}} 2>/dev/null'
# shellcheck disable=2046
- set -- $(projectr ~/dkr ~/pkg ~/src -mgP ~/.dotfiles | sed "\|^$(tmux display -p '#{session_path}')\$|d" |
+ set -- $(projectr -mgt ~/dkr ~/pkg ~/src -P ~/.dotfiles | sed "\|^$(tmux display -p '#{session_path}')\$|d" |
fzf-tmux "$FZF_TMUX_OPTS" -- --tac --multi --print-query -d/ --with-nth -1 \
--preview-window='right,75%,<80(up,75%,border-bottom)' --preview="$PREVIEW_CMD" |
tr -s '\n' ' ') && [ $# -gt 1 ] && shift