aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-06-26 14:33:42 -0500
committerToby Vincent <tobyv13@gmail.com>2023-06-26 14:38:02 -0500
commit67adb402c414439c7c9037762ee4a758a822a0aa (patch)
treefa0ad81a7543c420c85c0a4d5714b2d8441614d9
parentb5e26ed70d7379de5c36374ac5206ee243106344 (diff)
feat(tmux): add `~/doc` to projectr list
-rwxr-xr-xtmux/.local/bin/tmux-sessionizer4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/.local/bin/tmux-sessionizer b/tmux/.local/bin/tmux-sessionizer
index 9966157..8dcbabc 100755
--- a/tmux/.local/bin/tmux-sessionizer
+++ b/tmux/.local/bin/tmux-sessionizer
@@ -7,8 +7,8 @@ if [ "$#" -eq 0 ]; then
# shellcheck disable=2046
set -- $(
- projectr -mgt ~/dkr ~/pkg ~/src -P ~/.dotfiles --exclude-cwd |
- fzf-tmux "$FZF_TMUX_OPTS" -- --tac --select-1 --exit-0 -d/ --with-nth -1 \
+ projectr -mgt ~/src ~/pkg ~/dkr ~/doc -P ~/.dotfiles --exclude-cwd |
+ fzf-tmux "$FZF_TMUX_OPTS" -- --tac --select-1 --exit-0 -d/ --with-nth -2.. \
--bind 'focus:transform-header(echo {})' \
--preview-window='right,75%,<80(up,75%,border-bottom)' --preview="$PREVIEW_CMD"
)