Browse Source

tmux: turn off window notifications

exuberance
Brennen Bearnes 8 years ago
parent
commit
c07b3b00d7
1 changed files with 8 additions and 5 deletions
  1. +8
    -5
      home/.tmux.conf

+ 8
- 5
home/.tmux.conf View File

@ -1,8 +1,11 @@
# set window notifications:
setw -g monitor-activity on
set -g visual-activity on
set -g status-bg blue
set -g status-fg white
# set window notifications - disabled for the moment because pretty annoying
# in practice. could be i'm doing something wrong that makes it trigger too
# often:
#
# setw -g monitor-activity on
# set -g visual-activity on
# set -g status-bg blue
# set -g status-fg white
# deal with Esc timing weirdness in vim:
set -s escape-time 0

|||||||
x
 
000:0
Loading…
Cancel
Save