Installation
apt-get install tmux
https://github.com/tmux-plugins/tpm
Relancer la configuration de tmux
tmux source-file ~/.tmux.conf
Divise la fenêtre
tmux split-windows # ou tmux split-windows -h
Renommer la fenêtre actuelle
Tmux rename-window
Prefix + ,
Lister les sessions en cours
tmux list-session tmux ls
Fermer une session
tmux kill-session -t <N° de la session>
Copier / Coller
Touche MAJ + Clic Gauche / Clic Molette
Afficher l’heure dans une fenêtre
Prefix + t
Supprimer la fenêtre courante
Prefix + &
Scinder verticalement
Prefix + %
Scinder Horizontalement
Prefix + "