-
Notifications
You must be signed in to change notification settings - Fork 0
tmux cheat sheet
wwwald edited this page Aug 5, 2015
·
1 revision
Session | Window | Pane | |||
---|---|---|---|---|---|
C-a s | list sessions | C-a c | new window | C-a " | split vert |
C-a :new | new session | C-a & | kill window | C-a % | split horiz |
C-a d | detach | C-a , | rename window | C-a q | show pane # |
C-a $ | rename | C-a w | list windows | C-a {/} | swap with next/prev pane |
tmux a | attach | C-a n/p | next/prev window | C-a x | kill pane |
exit | exit session | C-a 0-9 | select win 0-9 | C-a space | swap layout |
| | | | C-a M-↑→↓← | resize pane |
Misc | | | | | C-a r | reload tmux conf | | | |