tmux: make status toggle silent (no popup message)
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user