summaryrefslogtreecommitdiff
path: root/pentadactyl/.pentadactylrc
blob: 563d84f8e646385126d8d357acdb6764a3468822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
"1.2pre

loadplugins '\.(js|penta)$'
group! -description='Stack Exchange network' -locations=stackexchange.com,stackoverflow.com,superuser.com stackexchange
group user
command! -description='Bookmarklet: Make Stack Exchange vote buttons clickable' vote javascript (function() { $('.vote a').attr('href', 'javascript:void(0)'); })()
command! -description='Bookmarklet: Make webpage readable using readability' bml-readability open javascript:(%28function%28%29%7Bwindow.baseUrl%3D%27http%3A//www.readability.com%27%3Bwindow.readabilityToken%3D%27%27%3Bvar%20s%3Ddocument.createElement%28%27script%27%29%3Bs.setAttribute%28%27type%27%2C%27text/javascript%27%29%3Bs.setAttribute%28%27charset%27%2C%27UTF-8%27%29%3Bs.setAttribute%28%27src%27%2CbaseUrl%2B%27/bookmarklet/read.js%27%29%3Bdocument.documentElement.appendChild%28s%29%3B%7D%29%28%29)
command! -description='Bookmarklet: Make webpage readable using readability' rbl javascript (function () { window.baseUrl = 'http://www.readability.com'; window.readabilityToken = ''; var s = document.createElement('script'); s.setAttribute('type', 'text/javascript'); s.setAttribute('charset', 'UTF-8'); s.setAttribute('src', baseUrl + '/bookmarklet/read.js'); document.documentElement.appendChild(s); })()
highlight Boolean color: #dca3a3;
highlight BufTab padding: 0 2px;
highlight BufTabs margin: 0 4px; overflow: hidden;
highlight BufTabSelected color: #2e3330; background-color: #88b090; padding: 0 4px;
highlight Cmd background-color:#313633; font-size:9pt;
highlight -link=FontFixed CmdLine padding: 0 3px; font-size: 10px !important; font-family: "terminus"; font-weight: normal;
highlight CompItem[selected] background: yellow; color: #cbecd0; background-color: #2c302d !important;
highlight CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; margin-top: .5ex; margin-bottom: 1ex;
highlight CompLess::after content: "\02c6";
highlight CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: 0; margin-top: .5ex;
highlight CompMore::after content: "\02c7";
highlight CompTitle color: lightblue; background: white; font-weight: bold; background-color: transparent;
highlight CompTitleSep height: 1px; background: -moz-linear-gradient(60deg, lightblue, white);
highlight ErrorMsg color:#80d4aa !important; background-color:#2f2f2f !important; font-weight:bold; font-size:9pt;
highlight Filter font-weight: bold; font-style: italic; text-decoration: underline;
highlight Function color: #efef8f;
highlight -link=Cmd InfoMsg color:#cccccc !important;
highlight Keyword color: #f0dfaf; font-weight: bold;
highlight LineNr color: #9fafaf; background: white       !important; background-color: #262626;
highlight ModeMsg color: #ffcfaf; background: white       !important; background-color: transparent !important;
highlight MoreMsg color: #ffffff !important; background: white       !important; background-color: inherit !important; font-weight: bold;
highlight NonText color: #404040; background: transparent !important; font-weight: bold;
highlight Normal color:#dcdccc !important; background-color:#313633 !important; font-size:9pt;
highlight Number color: #8cd0d3;
highlight Question color:#ffffff !important; background-color:inherit !important; font-weight:bold;
highlight -link=InfoMsg StatusInfoMsg
highlight -link=FontFixed StatusLine -moz-appearance: none !important; font-weight: bold; background: transparent !important; border: 0px !important; padding-right: 0px !important; min-height: 18px !important; text-shadow: none !important; font-size: 10px !important; font-family: "terminus";
highlight -link=StatusLineNormal StatusLineBroken color:#ffa0a0;
highlight -link=StatusLineNormal StatusLineExtended color:#a0ffa0;
highlight StatusLineNormal color: #ccdc90; background: black   !important; background-color: #313633 !important; margin-bottom: -2px; font-size: 9pt;
highlight -link=StatusLineNormal StatusLineSecure color:#87af87;
highlight -link=ModeMsg StatusModeMsg
highlight -link=MoreMsg StatusMoreMsg
highlight -link=Normal StatusNormal
highlight -link=Question StatusQuestion
highlight -link=WarningMsg StatusWarningMsg
highlight String color: #cc9393; white-space: pre;
highlight Tag color: #e89393; font-weight: bold;
highlight Title color: #efefef; font-weight: bold; background-color: inherit;
highlight URL text-decoration: none; color: #9ECE9E; background: inherit; background-color: inherit;
highlight WarningMsg color:#ffffff; background-color:#333333 !important; font-weight:bold;
map -count -modes=n ; -builtin <count>:
map -count -modes=n : -builtin <count>;
map -count -modes=v ; -builtin <count>:
map -count -modes=v : -builtin <count>;
set cdpath=''
set editor=callvim
set guioptions=Csn
set newtab=all

" vim: set ft=pentadactyl: