LinuxShortcuts

23 Tmux Keyboard Shortcuts

for Linux

Tmux Shortcuts lend a helping hand when you have a number of terminals, each running a separate program, to be created, assessed, and controlled from a single screen. Tmux Shortcuts are ideal for speeding up terminal tasks. Tmux allows you to run things ardently on the server, so you can attach and detach without worrying that the tasks will be interrupted.

Download Tmux Shortcuts PDF

Most users agree that staying away from the mouse and keeping your hands on the keyboard for long helps you to be faster and more efficient. I have spent months building muscle memory for Tmux Shortcuts. However, I have fallen short each time. Hence, for this reason, I have listed the Tmux Shortcuts in PDF format to print out and place in front.

Manage Session Shortcuts

Action tmux Shortcuts
New session :new
List sessions S
Name session $
Detach D
Prompt :

Manage Windows and Sessions Tabs Shortcuts

Action Tmux Shortcut keys
Create window Ctrl + B then C
List Windows Ctrl + B then W
Next window Ctrl + B then N
Previous window Ctrl + B then P
Find window Ctrl + B then F
Name window Ctrl + B then ,
Kill window Ctrl + B then &

Read More: 90 FlexiSign Pro Shortcuts for Windows & Mac

Panes or Splits Shortcuts

Action Tmux Shortcut keys
Vertical split Ctrl + B then %
Horizontal split Ctrl + B then “
Swap panes Ctrl + B then O
Show panes numbers Ctrl + B then Q
Kill pane Ctrl + B then X
Move to pane Ctrl + B then Arrow keys

Running or Staring Tmux Shortcuts

Action Tmux Shortcut keys
Start with a session name tmux new -s myname
Attach to an existing session number tmux a # (or at, or attach)
Attach to a named session tmux a -t myname
List sessions tmux ls
Kill session tmux kill-session -t myname

Tmux is the staple program for both everyday users and also for system administrators. Despite that, if you still wish to have a look at the Tmux alternative, then you must have a look at Emacs shortcuts.

READ NEXT:

Back to top button