tmux
tmux new -s session1
tmux attach
tmux attach -t session1
tmux detach
tmux ls
tmux kill-server
tmux kill-session -t session1
tmux list-commands
tmux split-window -v
tmux split-window -h
Ctrl + b
keys:
c
- create windowx
- close windowd
- detachw
- list windowsn
,p
- next,prev0
-9
- jump to window with the number"
- split window horizontally%
- split window verticallyarrow
(left, right, up, down) - move between split windowc + arrow
- resize
screen
screen -r
screen -r PID
screen -R
screen -list
Ctrl + a
keys:
c
- create"
- list all windowsd
- detachn
,p
- next, prevA
- set window titleN
- number and title of the current window'
- jump to window by title / number0
-9
- jump to window with numberi
- info on the current windowm
- last messaget
- system informationv
- version*
- list all displays