mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Add Switch To A Specific Session And Window as a tmux til
This commit is contained in:
9
tmux/switch-to-a-specific-session-and-window.md
Normal file
9
tmux/switch-to-a-specific-session-and-window.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user