Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dot_tmux.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading