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