Remove blinks tmux

This commit is contained in:
Marcin Woźniak 2021-11-20 15:46:32 +01:00
parent 553498395d
commit 35996dc77d

View File

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