# 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 # get 256 colors, hopefully: set -g default-terminal "screen-256color"