diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-02-03 23:49:35 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-02-03 23:49:35 +0200 |
| commit | 2b1c89579999078982088888e7372a798055aab1 (patch) | |
| tree | 72d020117fd8ae58986f97d8428a288b262151fd /.config/tmux | |
| parent | 97c4e21ea498e545124398342b1416dc52116735 (diff) | |
| download | dotfiles-2b1c89579999078982088888e7372a798055aab1.tar.gz dotfiles-2b1c89579999078982088888e7372a798055aab1.zip | |
Toggle status with <Prefix>T
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 |
