Tmux Cheat Sheet

Prefix

ctrl + a

Create new windows

ctrl + a + c

Move to different window

ctrl + a + number-of-window

Rename pane

ctrl + a + ,

Open vertical pane

ctrl + a + shift + %

Open horizontal pane

ctrl + a + shift + "

Move to different pane

ctrl + a + arrow key

Close pane

ctrl + d or type: exit

How to Enter Copy Text Mode

Step 1 - Activate Copy Mode

Ctrl + a [

Step 2 - Highlight Text

Press Spacebar than highlight text ith the mouse

Step 3 - Copy text to paste buffer

# My way
Right Mouse Button + Copy

Step 4 - Exit Copy Mode

Crtl + c

Step 5 - Paste Text in Terminal

Ctrl + Shift + v
Last modified 4yr ago