• Write most of tmux section

Hierarchy

  • Outermost layer: sessions
    • Inner: windows
      • In each window: panes

Moving windows between sessions

:move-window -s ses1:idx -t ses2

where

  • ses1 is the name of the originating session you want to move a window from
  • idx is the name/index of the window within that session you want to move
  • ses2 is the name of the destination session you want to move the window to