diff --git a/tmux.conf b/tmux.conf index 95a46cd..2f90f1b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -26,6 +26,9 @@ set-window-option -g mode-keys vi set -g default-terminal "tmux" set-option -sa terminal-overrides ',xterm*:Tc' +# Disable sound bell. +set -g bell-action none + # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible'