apt-get install tmux
set-option -g default-shell /bin/zsh
set -g mouse on
bind e set-window-option synchronize-panes
then run command
tmux source-file ~/.tmux.conf
https://github.com/tmux/tmux/wiki/Getting-Started#list-of-useful-options
tmux ls
tmux attach-session -t <enter_session_id>
Ctrl + b + e
defined shortcut or
Ctrl + b + :
and write :setw synchronize-panes
Ctrl + b + $
rename current session
Ctrl + b + s
list sessions (use "arrows + " to choose)
Ctrl + %
split pane horizontally
Ctrl + "
split pane vertically