157:2c4810b5520c | 158:406f9396825e |
---|---|
8 " Firefox's tabs | 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; | 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 | 10 |
11 set guioptions=bCrsn | 11 set guioptions=bCrsn |
12 | 12 |
13 | |
14 " navigation on tmbo | |
13 set passkeys+=thismight.be:<Left>,<Right> | 15 set passkeys+=thismight.be:<Left>,<Right> |
14 | 16 |
17 " catch all post controls on tumblr | |
18 set hinttags+=div.post_control | |
19 | |
20 | |
15 " vim: set ft=vim | 21 " vim: set ft=vim |