From d110035d232afab62464b9f75372ba69bf772f33 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 18 Nov 2024 15:18:08 -0500 Subject: [PATCH] add keybind to toggle status bar --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 728549c..0ceb921 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -34,6 +34,9 @@ bind-key -N "Add a new pane under the currently active pane" - split-window -v - unbind R bind-key -N "Reload tmux configuration" R source-file ~/.config/tmux/tmux.conf \; display "Config reloaded." +# Toggle status bar +bind-key -N "Toggle the status bar for current session" S set status + # Pane navigation bind-key -N "Navigate one pane to the left" -n C-h select-pane -L bind-key -N "Navigate one pane down" -n C-j select-pane -D