turn off tmux bells
This commit is contained in:
parent
49d0df5747
commit
8ff8962bb7
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g allow-passthrough on
|
set -g allow-passthrough on
|
||||||
|
|
||||||
set -g monitor-activity on
|
set -g monitor-activity off
|
||||||
set -g monitor-bell on
|
set -g monitor-bell off
|
||||||
set -g visual-activity on
|
set -g visual-activity off
|
||||||
set -g visual-bell on
|
set -g visual-bell off
|
||||||
|
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|
Loading…
Reference in a new issue