json Vimium配置备份
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json Vimium配置备份相关的知识,希望对你有一定的参考价值。
{
"settingsVersion": "1.62",
"exclusionRules": [
{
"pattern": "https?://mail.google.com/*",
"passKeys": ""
},
{
"pattern": "https://cloud.digitalocean.com/droplets/2887073/console",
"passKeys": ""
},
{
"pattern": "https?://gitpitch.com/*",
"passKeys": ""
},
{
"pattern": "https?://localhost:8888/*",
"passKeys": ""
},
{
"pattern": "https?://copy.sh/*",
"passKeys": ""
},
{
"pattern": "https?://www.youtube.com/*",
"passKeys": "o"
},
{
"pattern": "https?://localhost:8889/*",
"passKeys": ""
},
{
"pattern": "https?://asherkrim.com/*",
"passKeys": ""
},
{
"pattern": "https?://trello.com/*",
"passKeys": ""
},
{
"pattern": "https?://www.vimgenius.com/*",
"passKeys": ""
},
{
"pattern": "https?://vim-adventures.com/*",
"passKeys": ""
},
{
"pattern": "https?://cowsay.diamonds/*",
"passKeys": ""
},
{
"pattern": "https?://login.unm.edu/*",
"passKeys": ""
},
{
"pattern": "https?://www.openvim.com/*",
"passKeys": ""
},
{
"pattern": "https?://calendar.google.com/*",
"passKeys": ""
}
],
"filterLinkHints": false,
"waitForEnterForFilteredHints": true,
"hideHud": false,
"keyMappings": "# Insert your preferred key mappings here.\nunmap x\nunmap b\nunmap r",
"linkHintCharacters": "sadfjklewcmpgh",
"linkHintNumbers": "0123456789",
"newTabUrl": "about:newtab",
"nextPatterns": "next,more,newer,>,›,→,»,≫,>>",
"previousPatterns": "prev,previous,back,older,<,‹,←,«,≪,<<",
"regexFindMode": false,
"ignoreKeyboardLayout": false,
"scrollStepSize": 60,
"smoothScroll": true,
"grabBackFocus": false,
"searchEngines": "w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia\n\n# More examples.\n#\n# (Vimium supports search completion Wikipedia, as\n# above, and for these.)\n#\n# g: https://www.google.com/search?q=%s Google\n# l: https://www.google.com/search?q=%s&btnI I'm feeling lucky...\n# y: https://www.youtube.com/results?search_query=%s Youtube\n# gm: https://www.google.com/maps?q=%s Google maps\n# b: https://www.bing.com/search?q=%s Bing\n# d: https://duckduckgo.com/?q=%s DuckDuckGo\n# az: https://www.amazon.com/s/?field-keywords=%s Amazon\n# qw: https://www.qwant.com/?q=%s Qwant",
"searchUrl": "https://www.google.com/search?q=",
"userDefinedLinkHintCss": "div > .vimiumHintMarker {\n/* linkhint boxes */\nbackground-color: white;\nborder: 2px solid lightBlue;\n}\n \ndiv > .vimiumHintMarker span {\n/* linkhint text */\ncolor: black;\nfont-weight: bold;\nfont-size: 12px;\n}\n \ndiv > .vimiumHintMarker > .matchingCharacter {\n}\n \ndiv >.internalVimiumHintMarker {\nbackground: white !important;\n}"
}
以上是关于json Vimium配置备份的主要内容,如果未能解决你的问题,请参考以下文章