Skip to content

Instantly share code, notes, and snippets.

@2357gi
Created April 1, 2020 09:48
Show Gist options
  • Save 2357gi/2a3302c3a4a1132e753d6af8668af979 to your computer and use it in GitHub Desktop.
Save 2357gi/2a3302c3a4a1132e753d6af8668af979 to your computer and use it in GitHub Desktop.
vimiumc config
{
"name": "Vimium C",
"@time": "4/1/2020, 6:45:49 PM",
"time": 1585734349235,
"environment": {
"extension": "1.81.4",
"platform": "mac",
"chrome": 80
},
"exclusionRules": [
{
"pattern": ":https://mail.google.com/",
"passKeys": ""
},
{
"pattern": ":https://calendar.google.com/",
"passKeys": ""
},
{
"pattern": ":https://calendar.google.com/",
"passKeys": ""
},
{
"pattern": ":https://tweetdeck.twitter.com/",
"passKeys": ""
},
{
"pattern": ":https://tweetdeck.twitter.com/",
"passKeys": ""
},
{
"pattern": "^https?://typingx0\\.net/",
"passKeys": ""
},
{
"pattern": "^https?://typingx0\\.net/",
"passKeys": ""
}
],
"keyMappings": [
"# Insert your preferred key mappings here.",
"map h goBack",
"map l goForward",
"map H previousTab",
"map L nextTab",
"map i LinkHints.activate",
"map I LinkHints.activateModeToOpenInNewTab",
"map o Vomnibar.activate",
""
],
"linkHintCharacters": "sadfjklewcmpgh",
"localeEncoding": "utf-8",
"nextPatterns": "next,more,newer,>,›,→,»,≫,>>",
"previousPatterns": "prev,previous,back,older,<,‹,←,«,≪,<<",
"searchEngines": [
"# b|ba|baidu: https://www.baidu.com/s?ie=utf-8&wd=%s Baidu",
"# bi|bing: https://www.bing.com/search?q=%s Bing",
"# g|go|gg|google: https://www.google.com/search?q=%s Google",
"js\\:|Js: javascript:\\ $S; JavaScript",
"w|wiki:\\",
" https://www.wikipedia.org/w/index.php?search=%s Wikipedia",
"vm|v\\:math: vimium://math\\ $S re= Calculate",
"",
"# More examples.",
"#",
"# (Vimium C supports search completion Google, Wikipedia,",
"# and so on, as above, and for these.)",
"#",
"# l: https://www.google.com/search?q=%s&btnI I'm feeling lucky",
"y: https://www.youtube.com/results?search_query=%s YouTube",
"gm: https://www.google.com/maps?q=%s Google maps",
"",
"az: https://www.amazon.com/s/?field-keywords=%s Amazon",
"# qw: https://www.qwant.com/?q=%s Qwant",
""
],
"showAdvancedCommands": true,
"showAdvancedOptions": true,
"userDefinedCss": [
"div > .vimiumHintMarker {",
"/* linkhint boxes */",
"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785),",
" color-stop(100%,#FFC542));",
"border: 1px solid #E3BE23;",
"}",
"",
"div > .vimiumHintMarker span {",
"/* linkhint text */",
"color: black;",
"font-weight: bold;",
"font-size: 12px;",
"}",
"",
"div > .vimiumHintMarker > .matchingCharacter {",
"}",
""
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment