Fri, 27 May 2016 20:09:03 -0400
config tweaking
157 | 1 | "hg7127 |
2 | ||
3 | loadplugins '\.(js|penta)$' | |
4 | group user | |
5 | ||
6 | " colorscheme solarized-light | |
7 | ||
8 | " Firefox's tabs | |
159
da073ee04e14
Hide close tab buttons
Meredith Howard <mhoward@roomag.org>
parents:
158
diff
changeset
|
9 | hi TabClose display: none; |
157 | 10 | 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; |
11 | ||
168
593608369a48
Re-enable toolbar so it can be auto-hidden
Meredith Howard <mhoward@roomag.org>
parents:
159
diff
changeset
|
12 | set guioptions=bCrsnT |
157 | 13 | |
158
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
14 | |
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
15 | " navigation on tmbo |
157 | 16 | set passkeys+=thismight.be:<Left>,<Right> |
17 | ||
158
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
18 | " catch all post controls on tumblr |
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
19 | set hinttags+=div.post_control |
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
20 | |
406f9396825e
catch more hotspots on tumblr
Meredith Howard <mhoward@roomag.org>
parents:
157
diff
changeset
|
21 | |
157 | 22 | " vim: set ft=vim |