Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 2.2 KB

tmux.org

File metadata and controls

37 lines (34 loc) · 2.2 KB

Tmux

Keybindings

C-a is the prefix key (C-b is default).

CommandDescription
tmux new -s <name>creates a new session
tmux attach -t <name>attach to a session
C-a :kill-sessionkills a session
tmux lssee which sessions are running
C-a <n>goes to a window
C-a nnext window
C-a pprevious window
C-a ddetach from session
C-a ogo to the other pane
C-a ztoggle full-screen pane
C-a C-<arrow-key>resize pane in the direction of the key
C-dremove pane
C-a (previous session
C-a )next session
C-a schoose a session
C-a ,rename current window
C-a $rename current session
C-a "split vertically
C-a %split horizontally
C-a xkill current pane
C-a qjump to pane by index
C-a {swap current pane with the next one
C-a }swap current pane with the previous one