tmux/claude: "jump to next session needing attention" keybinding #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
With several Claude windows open, finding the one that needs you means scanning
the tab bar.
@claude_statusalready marks which windows areprompt/waiting/idle.Proposal
A
prefixkeybinding that jumps to the next window whose@claude_statusis in{
prompt,waiting,idle}, cycling through them. Pairs with the desktop-notification issue: hear the ping → one keystroke to the window that needs you.
Implementation sketch
@claude_status, andselect-windows the next one after the current.dot_config/tmux/tmux.conf.local.tmpl, e.g.bind-key C-a(or a free key)
run-shell '<helper>'.prompt(blocked) beforewaitingbeforeidle.Effort
Small (tmux binding + ~20-line shell/awk helper).
Part of the "attention routing" bundle.