tmux
TMUX=tmux Create New Session
tmux new-session -s <session name>
--OR--
tmux new -s <session name>tmux List existing session
tmux list-sessionstmux Attatch Existing session
tmux attatch-session -t <session-id/session-name>tmux Kill Existing session
tmux kill-session -t <session-id/session-name>Delete all sessions except current
tmux kill-session -a Reverse History Search
Pre-Fix Key
Create a New Window
Switch between windows
Detach Session
Rename Window
Move current pane left/right
Exit pane
Resizing Panes
Convert pane to window
Nested tmux Sessions
Split Terminals Vertical
Split Terminals Horizontal
Custom tmux config
Last updated