The most essential Tmux knowledge, shortcuts and commands
How do you enable mouse mode?
set -g mouse on
Command for: creating a new tmux session
tmux new OR tmux new-session
What is Tmux?
A terminal Multiplexer
Shortcut for: moving between panes
prefix -> arrow keys
Shortcut for: killing a window
prefix -> &
Shortcut for: creating a new window
prefix -> c
What is a session?
A session acts a workspace that allows you to manage separate terminal instances easily; you can detach from a session and return to it later, maintaining the state and outputs of your tasks.
Shortcut for: splitting a window vertically
prefix -> %
What is the default prefix key for tmux?
Ctrl + b
Shortcut for: creating a new window
Ctrl b -> c
Import this source into your Adalyn library to start learning with spaced repetition.