Notes

tmux cheatsheet

Edit on GitHub

Cheatsheets
actionkey bindings
tmuxstart new
tmux new -s <sessionName>start new with session name
tmux aattach to last used session
tmux a #attach
tmux a -t <sessionName>attach to named
tmux lsList sessions
tmux kill-session -t <sessionName>kill session

Sessions

actionkey bindings
:new foo sessionnew session
slist sessions
$name session

Windows

actionkey bindings
ccreate window
xkill current window
&kill all windows
rename current window
0switch to window 0
1switch to window 1
2switch to window 2 etc.

Panes

actionkey bindings
%Vertical split
"Horizontal split
xkill current pane