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

  1. # set window notifications - disabled for the moment because pretty annoying
  2. # in practice. could be i'm doing something wrong that makes it trigger too
  3. # often:
  4. #
  5. # setw -g monitor-activity on
  6. # set -g visual-activity on
  7. # set -g status-bg blue
  8. # set -g status-fg white
  9. # deal with Esc timing weirdness in vim:
  10. set -s escape-time 0
  11. # get 256 colors, hopefully:
  12. set -g default-terminal "screen-256color"