tmux

Start with:

1tmux
bash

Input a command with C-b

In addition to Windows, there are panes.

Commands Key
New Window c
Previous Window p
next window n
list windows w
vertical split %
horizontal split "
name a command :
kill pane x
kill session d
Name Commands
split-window
rename-window

Sessions

Crate a new session with the name 'backup'.

1tmux new -s backup
bash

List sessions:

1tmux list-sessions
bash
1tmux kill-session -t 2
bash
1tmux attach -t backup
bash

Control

Resize Panes with ^b then Esc+[direction].