add keybind to toggle status bar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user