This is my Tmux.conf copied from: https://github.com/iamkashz/tmux-config and inspired by Ham Vocke https://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/.
- Create new session
tmux new
- Tmux prefix
Crtl
a
. So when I typeprefix
do actrl
anda
and then the other letter. - Detach session
prefix
d
- List sessions
tmux list-session
- Attach sessions
tmux attach <NUMBER>
- New window
prefix
c
then type the new window name or hit enter for default name - Split pane horizontally
prefix
-
- Split pane vertically
prefix
|
- Switch Windows with
shift
,<
,>
(arrow keys) - Hide/Show status bar
prefix
,s