1
0
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:
jbranchaud
2020-11-29 21:15:41 -06:00
parent eccba6a218
commit 0e9ff4691b
2 changed files with 11 additions and 1 deletions

View 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.