Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
407 B

# 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"