Created
February 2, 2017 09:36
-
-
Save szukalski/173752d011f82a17e30a12778b600d18 to your computer and use it in GitHub Desktop.
tmux cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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