Show Menu
Cheatography

TMUX shortcuts Keyboard Shortcuts (DRAFT) by

My personal TMUX shortcuts

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Navigation

Go to next window
<PR­EFI­X> n
Go to prev window
<PR­EFI­X> p
 

Windows

Create
PREFIX c
Rename
PREFIX , (comma)
Close
PREFIX &
 

Sessions

Attach session
tmux a
Attach named session
tmux a -t <SN­AME>
Create session
tmux new
Create named session
tmux new -s <SN­AME>
List sessions
tmux ls
Kill session
tmux kill-ses -t mysession
Detatch session
<PR­EFI­X> D
Select session
<PR­EFI­X> choose­-tree