Skip to content

Instantly share code, notes, and snippets.

@LakithKarunaratne
Created June 28, 2024 06:38
Show Gist options
  • Save LakithKarunaratne/f7ba61413f7a4ce4434bf5ac70a8b533 to your computer and use it in GitHub Desktop.
Save LakithKarunaratne/f7ba61413f7a4ce4434bf5ac70a8b533 to your computer and use it in GitHub Desktop.
Tmux Common Shortcuts

Sessions

Create Session tmux

Detach Current Session ctrl + b + d

Attach Session tmux attach

Panes

split vertical ctrl + b + %

split horizontal ctrl + b + "

Maximize Minimize Pane ctrl + b + z

Cycle Pane focus ctrl + b + arrow keys

Close Pane ctrl + b + x

Windows

New Window ctrl + b + c

Rename Window ctrl + b + ,

Cycle Focus - next ctrl + b + n

Cycle Focus - prev ctrl + b + p

Close Window ctrl + b + &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment