diff --git a/.tmux.conf b/.tmux.conf index 69cddc9..f5f4f97 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -21,6 +21,7 @@ set -g display-time 1000 # slightly longer status messages display time set -g status-interval 10 # redraw status line every 10 seconds set -g monitor-activity on set -g visual-activity off +set -g visual-bell off bind C-c new-session bind C-f command-prompt -p find-session 'switch-client -t %%' bind - split-window -v