File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ # terminfo and termcap for nice 256 color terminal
2
+ # allow bold colors - necessary for some reason
3
+ attrcolor b ".I"
4
+ # tell screen how to set colors. AB = background, AF=foreground
5
+ termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
6
+ # erase background with current bg color
7
+ defbce "on"
1
8
# If terminal hangs up abruptly detach and keep screen running
2
9
# in the background
3
10
autodetach on
Original file line number Diff line number Diff line change @@ -62,5 +62,6 @@ Bundle 'mfukar/robotframework-vim'
62
62
63
63
" Utilities
64
64
Bundle ' scrooloose/nerdcommenter'
65
+ Bundle ' editorconfig/editorconfig-vim'
65
66
66
67
filetype plugin indent on
Original file line number Diff line number Diff line change @@ -56,3 +56,4 @@ alias pumpitup="osascript -e 'set volume 7'"
56
56
alias hax=" growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"
57
57
58
58
alias bower=" noglob bower"
59
+ alias epoch=" date +%s"
You can’t perform that action at this time.
0 commit comments