- Terminal Multiplexing ( Tmux )
- Helps to run the program simultaneously.
- The whole screen and can be divided into rectangular panes.
- Its a concept for sessions in the screen.
How to Install in Ubuntu
sudo apt-get install tmux
One by one execute the below command:
tmux
Control + B
D
Help
tmux
control + b
?
Panes
tmux
control + b
% ( control + % )
control + b
" ( control + " )
Moving across the Panes
control + b
Arrow
Resize the Panes
control + b ( hold it )
Press the Arrow
Screens
Control + B
C
Switch between screens
control + b
n ( Next )
P ( Previous )
Top comments (0)