TMUX
TMUX Commands
Description
Command
Install and configure TMUX
sudo apt-get install -y tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpmtmux new -s <SESSION_NAME>tmux show -g | sed 's/^/set-option -g /' > ~/.tmux.conf
vim ~/.tmux.confset-option -g mouse onLast updated