153:a006fee06b80 | 161:f44901f85f39 |
---|---|
1 "hg7127 | |
2 | |
3 loadplugins '\.(js|penta)$' | |
4 group user | |
5 | |
6 " colorscheme solarized-light | |
7 | |
8 " Firefox's tabs | |
9 hi TabNumber color: #fff; margin: 0; padding-right: .3ex; text-shadow: #000 -1px 0 0, #000 0 1px 0, #000 1px 0 0, #000 0 -1px 0; | |
10 | |
11 set guioptions=bCrsn | |
12 | |
13 | |
14 " navigation on tmbo | |
15 set passkeys+=thismight.be:<Left>,<Right> | |
16 | |
17 " catch all post controls on tumblr | |
18 set hinttags+=div.post_control | |
19 | |
20 | |
21 " vim: set ft=vim |