Cheatography
https://cheatography.com
Sessionsstart new | tmux | start new with session name | tmux new -s myname | start new with attach | tmux a # (or at, or attach) | start new with attach to name | tmux a -t myname | list sessions | tmux ls or :ls | detach | prefix + d | kill session | tmux kill-session -t myname |
| | Window / Tabscreate window | c | list windows | w | next window | n | previous window | p | find window | f | name window | , | kill window | & |
ResizeResizes the current pane down | D | Resizes the current pane up | U | Resizes the current pane left | L | Resizes the current pane rigth | R |
| | Panes / Splitsvertical split | % | horizontal split | " | swap panes | o | show pane numbers | q | kill pane | x | toggle between layouts | space | Move the current pane left | { | Move the current pane right | } | toggle pane zoom | z |
|
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets