Tmux terminal
Last updated
Last updated
The official verbiage describes tmux as a screen multiplexer, like GNU . That means that tmux lets you tile windowpanes in a command-line environment. This in turn allows you to run, or keep an eye on, multiple programs within one terminal.
Installing tmux:
tmux new -s [session name]
ctrl+b d
tmux ls
tmux a -t [name of session]
tmux kill-session -t [name of session]
ctrl+b "
ctrl+b %
ctrl+b x
ctrl+b [arrow key]
ctrl+b o
ctrl+b ;
tmux kill-server