From 01a9eb330143817d291a2f67e4879da5dd9167dc Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Sat, 30 Apr 2016 22:58:33 -0400
Subject: add tmux statusbar toggle bind

---
 tmux/.tmux.conf | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
cgit v1.2.1