diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 7ebec5b..162622f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -218,7 +218,7 @@ set -g window-active-style "bg=default" # ============================================ # 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'" +bind b if -F "#{==:#{status},on}" "set -g status off" "set -g status on" # Reload config file with message bind r source-file ~/.config/tmux/tmux.conf \; display-message "󰑓 Config reloaded!"