From 2b1c89579999078982088888e7372a798055aab1 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 3 Feb 2024 23:49:35 +0200 Subject: Toggle status with T --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/tmux') 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 -- cgit v1.2.3