Move to next session

sessions

// what it does

`Ctrl + b )` runs `switch-client -n`, moving the current client forward to the next session in the list. Paired with `(` (previous), it's the quick keyboard way to rotate among all your sessions without going through the `choose-tree` picker. The session you leave keeps running untouched.

// shortcut

Ctrl + b)

// gotcha

Ordering is by session name, not recency, and it wraps around from the last session back to the first — so repeatedly pressing `)` cycles endlessly rather than stopping at an end.