diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e56cd36..7ebec5b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -217,6 +217,9 @@ set -g window-active-style "bg=default" # RELOAD CONFIG # ============================================ +# Toggle top status bar on/off (Prefix + b) +bind b if -F "#{==:#{status},on}" "set -g status off ; display-message 'Status: OFF'" "set -g status on ; display-message 'Status: ON'" + # Reload config file with message bind r source-file ~/.config/tmux/tmux.conf \; display-message "󰑓 Config reloaded!"