tmux: make prefix+b toggle both statusline and pane info
This commit is contained in:
@@ -220,7 +220,7 @@ set -g window-active-style "bg=default"
|
||||
source-file ~/.config/tmux/themes/gruvbox.tmux
|
||||
|
||||
# Toggle top status bar on/off (Prefix + b)
|
||||
bind b if -F "#{==:#{status},on}" "set -g status off" "set -g status on"
|
||||
bind b if -F "#{==:#{status},on}" "set -g status off ; set -g pane-border-status off" "set -g status on ; set -g pane-border-status top"
|
||||
|
||||
# Theme switcher (Prefix + Shift+1/2/3 => !/@/#)
|
||||
bind ! source-file ~/.config/tmux/themes/gruvbox.tmux
|
||||
|
||||
Reference in New Issue
Block a user