From 887b8ba32a529220c46f432fed00b7c86683afca Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 4 May 2023 12:23:40 +0530 Subject: tmux: adding binding to toggle status bar Signed-off-by: listout --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index fed2736..fb1ea13 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 -- cgit v1.2.3