tmux cheatsheet

Tmux Cheatsheet

Session

tmux ls == list detached session
tmux attach -t 0 == attach to session

Window

ctrl b + % == split left
ctrl b + "   == split top/bottom
ctrl b + Left == switch left
ctrl b + Right == switch right
ctrl b + d == detach current session

New Window:

C-b c  == create new window
C-b p == previous
C-b n == next
C-d == close current window

Resize window:

c-b z
C-b C-arrowkey
C-b ,

Type exit to exit current Tmux pane.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.