create new tmux

tmux

tmux new -s salam

attach to tmux

tmux attach

tmux a -t salam

list tmux

tmux ls

cntr + b

Switch     w

Detach (exit)     d

Destroy window     x

Split horizontally     %

Split vertically     “

other

Switch     s

Create window     c

config

sudo nano ~/.tmux.conf

set -g mouse

set -g set-titles on

after change :

exit tmux

tmux kill-server

tmux