From 150c4ba5c1f3a6b528cb93dd8a8061eb64bef298 Mon Sep 17 00:00:00 2001 From: aguil Date: Sat, 11 Jul 2026 15:43:13 -0600 Subject: [PATCH] feat(tmux): sync tmuxr session shortcut keys with choose-tree Set @work-session-shortcut-keys and @work-session-shortcut-index so work sidebar labels match the custom prefix+s choose-tree -K alphabet. --- dot_tmux.conf.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 68e9dd3..c1986e5 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -146,6 +146,10 @@ bind-key p run-shell "paste-image-agent.sh --inject '#{pane_id}'" # work agent workspace (tmux-tmuxr). Build: cd ~/dev/projects/tmuxr/work && npm run build # prefix + Shift+S — track session and scan agents; prefix + Shift+W — toggle sidebar. # Loaded via run (TPM does not support file:// plugin paths). +# +# Sidebar session labels must match the prefix + s choose-tree -K alphabet above. +set-option -g @work-session-shortcut-keys "0123456789abcdegiopu" +set-option -g @work-session-shortcut-index choose-order # tmux-tmuxr: hooks, keybindings, daemon (local dev checkout). run "bash {{ $tmuxr }}/tmux-tmuxr.tmux"