Tmux
Sessions
tmux ls
: List tmux sessionstmux new -s <name>
: New sessiontmux a -t <mySession>
: Attach a session)
: Move to next session(
: Move to previous sessiond
: Detach session
Visual Mode
[
: Enter visual modeCtrl + Spacebar
: Start selectionCtrl + w
: CopyCtrl + ]
: Paste
Panes
resize-pane -D 10
: Resize panez
: Zoom into a paneq
: Show pane numberq + <number>
: Go to pane
Windows
:swap-window -s 3 -t 1
: Swap windows 3 and 1:swap-window -t 0
: Swap current window with the top window