diff options
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2afb8a0..62c4a03 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -269,6 +269,8 @@ set -g status on set -g status-interval 500 set -g status-style fg=#50fa7b,bg=default +# Toggle status +bind T set status ## Left #set -g status-left "" set -g status-left-length 60 |
