- Write most of tmux section
Hierarchy
- Outermost layer: sessions
- Inner: windows
- In each window: panes
- Inner: windows
Moving windows between sessions
:move-window -s ses1:idx -t ses2
where
ses1is the name of the originating session you want to move a window fromidxis the name/index of the window within that session you want to moveses2is the name of the destination session you want to move the window to