Quickstart

  • New session

    tmux

  • Detach session

    C-b d

  • Attach to existing tmux session

    tmux attach

  • Split the current pane into two, top and bottom

    C-b "

  • Create new window

    C-b c

  • Scroll in the buffer: enter copy mode and page up

    C-b PageUp

References