TPM tmux plugins https://github.com/tmux-plugins/tpm
mkdir ~/.tmux
cd .tmux
git clone https://github.com/tmux-plugins/tpm.git
Далее создать конфигурационный файл ~/.tmux.conf
prefix + s
- открыть менеджер сессий
Новая сессия:
# Новая сессия
$ tmux new-session -s test
# Присоединиться к сессии
$ tmux attach -t test
#
Настройки ~/.tmux.conf Операции с окнами: