diff options
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5f2507e..0de91a9 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -122,3 +122,6 @@ set -g clock-mode-colour colour66 bind x kill-pane bind X next-layout bind Z previous-layout + +# toggle status bar visibility +bind t set status |