Browse Source

Disable annoying sound bell in tmux.

main
Titouan Rigoudy 3 years ago
committed by Titouan Rigoudy
parent
commit
f54f64909e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      tmux.conf

+ 3
- 0
tmux.conf View File

@ -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'


Loading…
Cancel
Save