Move to previous session
sessions
// what it does
`Ctrl + b (` runs `switch-client -p`, moving the current client to the previous session without detaching. Combined with `)` it lets you cycle through sessions in place, keeping each one's window and pane layout as you left it. Handy for flipping between a couple of long-running sessions.
// shortcut
Ctrl + b(
// gotcha
Previous/next here follow the server's session list ordered by name (roughly alphabetical), not the order you last used them — so `(` may not go to the session you were just in. Use `Ctrl + b L` (`switch-client -l`) to jump to the genuinely last-used session.