diff options
author | listout <listout@protonmail.com> | 2023-05-04 12:23:40 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2023-05-04 12:23:40 +0530 |
commit | 887b8ba32a529220c46f432fed00b7c86683afca (patch) | |
tree | a853fa3eadee310ef82a7a0e821144417af02a16 | |
parent | d4e1d7111aef8f2dc53fdd0a4dd939a374f2bc9a (diff) |
tmux: adding binding to toggle status bar
Signed-off-by: listout <listout@protonmail.com>
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,3 +68,6 @@ bind -r L resize-pane -R 5 # styling set -g status-style bg='#000000' set -g status-style fg='#ffffff' + +# toggles status bar +bind-key -r S set-option -g status |