Skip to content

Instantly share code, notes, and snippets.

@szukalski
Created February 2, 2017 09:36
Show Gist options
  • Save szukalski/173752d011f82a17e30a12778b600d18 to your computer and use it in GitHub Desktop.
Save szukalski/173752d011f82a17e30a12778b600d18 to your computer and use it in GitHub Desktop.
tmux cheatsheet
Session:
C-b d Detach session
tmux ls List sessions
tmux new -s <session> New session
tmux attach -t <session> Attach session
Panes:
C-b % Split pane horizontally
C-b " Split pane vertically
C-b <arrow key> Navigate panes
C-b z Fullscreen/un-fullscreen pane
Windows:
C-b c Create new window
C-b n Next window
C-b p Previous window
C-b , Rename window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment