diff --git a/README.md b/README.md index 0e38bda..8cb9d72 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tmux/switch-to-a-specific-session-and-window.md b/tmux/switch-to-a-specific-session-and-window.md new file mode 100644 index 0000000..3b72a57 --- /dev/null +++ b/tmux/switch-to-a-specific-session-and-window.md @@ -0,0 +1,9 @@ +# Switch To A Specific Session And Window + +Hitting `ctrl- w`, similar to `ctrl- 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- w`, you can choose not just the session you want to switch to, +but a specific window within that session.