From d76578f2f5b313496abe7db0321da7db2e1c87ce Mon Sep 17 00:00:00 2001 From: jcougnoux Date: Fri, 7 Jul 2017 15:51:14 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20"masquer=20la=20barre=20d'=C3=A9ta?= =?UTF-8?q?t"=20dans=20les=20options=20globales=20de=20session?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoTmux.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoTmux.md b/HowtoTmux.md index 9376f67d..d112941b 100644 --- a/HowtoTmux.md +++ b/HowtoTmux.md @@ -139,4 +139,12 @@ Dans tous les cas on peut vérifier ensuite que le client a été détaché : ~~~ $ tmux list-clients /dev/pts/3: jdoe [193x42 rxvt-unicode-256color] (utf8) +~~~ + +### Options globales de session + +Masquer la barre d'état + +~~~ +set -g status off ~~~ \ No newline at end of file