mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Add Switch To A Specific Session And Window as a tmux til
This commit is contained in:
@@ -9,7 +9,7 @@ and pairing with smart people at Hashrocket.
|
||||
|
||||
For a steady stream of TILs, [sign up for my newsletter](https://tinyletter.com/jbranchaud).
|
||||
|
||||
_964 TILs and counting..._
|
||||
_965 TILs and counting..._
|
||||
|
||||
---
|
||||
|
||||
@@ -860,6 +860,7 @@ _964 TILs and counting..._
|
||||
- [Reclaiming The Entire Window](tmux/reclaiming-the-entire-window.md)
|
||||
- [Rename The Current Session](tmux/rename-the-current-session.md)
|
||||
- [Swap Split Panes](tmux/swap-split-panes.md)
|
||||
- [Switch To A Specific Session And Window](tmux/switch-to-a-specific-session-and-window.md)
|
||||
- [tmux in your tmux](tmux/tmux-in-your-tmux.md)
|
||||
|
||||
### Unix
|
||||
|
||||
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