diff options
author | xero <x@xero.nu> | 2016-04-30 22:58:33 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2016-04-30 22:58:33 -0400 |
commit | 01a9eb330143817d291a2f67e4879da5dd9167dc (patch) | |
tree | ccd1352fd9b63465f2fdee92ac6c22111ea33314 /tmux | |
parent | 488da0e9c650ce023332260991655fc32a6eeb2d (diff) | |
download | dotfiles_ascii-01a9eb330143817d291a2f67e4879da5dd9167dc.tar.xz dotfiles_ascii-01a9eb330143817d291a2f67e4879da5dd9167dc.zip |
add tmux statusbar toggle bind
Diffstat (limited to 'tmux')
-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 |