Tmux
Ctrl+b Run in to command mode
Create new terminal - c. Example: Ctrl+b then type c. List of all terminals will be listed in bottom.
Current terminal will have * near number
Ctrl+b 1 Switch to first terminal
Ctrl+b n Switch to next terminal
Ctrl+b p Switch to previous terminal
Ctrl+b x Close current terminal
Ctrl+b d Exit from tmux and return to system terminal
Ctrl+b PgUp - show commands history mode
Ctrl+b $ rename session of tmux
Ctrl+b , rename window of tmux
Ctrl+b " split window horizontally to panes
Ctrl+b % split window vertically to panes
Ctrl+b -> with arrow keys we can switch between panes
tmux attach or tmux a connect to tmux session again
tmux list-sessions List all tmux sessions