1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00
Files
til/tmux/switch-to-a-specific-session-and-window.md

10 lines
418 B
Markdown

# Switch To A Specific Session And Window
Hitting `ctrl-<prefix> w`, similar to `ctrl-<prefix> s`, will open up a pane
for switching sessions. However, this one will display each window as an option
below each session.
When just switching sessions, you are taken to the last active window. With
`ctrl-<prefix> w`, you can choose not just the session you want to switch to,
but a specific window within that session.