add keybind to toggle status bar

This commit is contained in:
2024-11-18 15:18:08 -05:00
parent 47fb5d73f7
commit d110035d23
+3
View File
@@ -34,6 +34,9 @@ bind-key -N "Add a new pane under the currently active pane" - split-window -v -
unbind R unbind R
bind-key -N "Reload tmux configuration" R source-file ~/.config/tmux/tmux.conf \; display "Config reloaded." 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 # Pane navigation
bind-key -N "Navigate one pane to the left" -n C-h select-pane -L 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 bind-key -N "Navigate one pane down" -n C-j select-pane -D