Sat, 01 Nov 2014 06:26:59 -0400
Merge from default
157 | 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 | ||
158
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
13 | |
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
14 | " navigation on tmbo |
157 | 15 | set passkeys+=thismight.be:<Left>,<Right> |
16 | ||
158
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
17 | " catch all post controls on tumblr |
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
18 | set hinttags+=div.post_control |
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
19 | |
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
20 | |
157 | 21 | " vim: set ft=vim |