Panes
Split
Ctrl + b then %Split screen vertically.
Ctrl + b then "Split screen horizontally.
Resize
Ctrl + b + →Resize current panel.
Focus
Ctrl + b then →Change focus to right panel.
Navigate
Ctrl + b then [Move your cursor up and down.
Windows
Create
Ctrl + b then cCreate a new tab.
Switch
Ctrl + b then 1Switch to tab 1.
Sessions
List
tmux lsList current existing sessions (alias for
list-sessions).
Attach
Ctrl + b then dortmux detachDetach form session.
tmux attach -t 1Attach to session 1.
Navigate
Ctrl + b then sOpen Tmux session manager
Ctrl + b then )orCtrl + b then (Quickly switch between sessions
Configuration
# Set predix shortcut
set -g prefix ^B
# Start indexing windows at 1 instead of 0
set -g base-index 1
# Renumber windows when one is closed
set -g renumber-windows on
