From 470c8995030da98e5bde559abdad1ece5c010077 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 28 Jan 2016 21:11:49 +0100 Subject: [PATCH] Add a keybinding to toggle tmux status bar visibility --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index 16b679b..e2ec48b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -212,6 +212,10 @@ bind _ switch-client -n unbind C-_ bind C-_ choose-session +# toggle status bar +unbind c-h +bind c-h set -g status + ### }}} ### Configuration {{{