Skip to content

Instantly share code, notes, and snippets.

@terryyounghk
Created March 7, 2024 05:29
Show Gist options
  • Save terryyounghk/b154d88717819a74d69bf2b7ec40b2bc to your computer and use it in GitHub Desktop.
Save terryyounghk/b154d88717819a74d69bf2b7ec40b2bc to your computer and use it in GitHub Desktop.
Chrome Extension Vimium-C Settings

Chrome Extension Vimium-C Settings

These are my exported Vimium-C settings, to be shared between personal and work machines.

{
"name": "Vimium C",
"@time": "07/03/2024, 13:27:43",
"time": 1709789263299,
"environment": {
"extension": "1.99.994",
"platform": "mac",
"chromium": 122
},
"exclusionRules": [
{
"passKeys": "",
"pattern": ":https://monkeytype.com/"
},
{
"passKeys": "",
"pattern": ":https://sushida.net/"
},
{
"passKeys": "",
"pattern": "^https?://typingx0\\.net/"
},
{
"passKeys": "",
"pattern": ":https://quizlet.com/"
}
],
"keyLayout": 2,
"keyMappings": [
"#!no-check",
"map e passNextKey",
"map U LinkHints.activateHover",
"map a LinkHints.activateOpenImage",
"map w moveTabToNewWindow",
"map xx removeTab",
"map xh closeTabsOnLeft",
"map xl closeTabsOnRight",
"map xk closeOtherTabs",
"map yc captureTab",
"map zi zoomIn",
"map zo zoomOut",
"map zr zoomReset",
"",
"# right hand equivalents",
"mapKey <.> <x>",
"mapKey <;> <f>",
"mapKey <:> F",
""
],
"vimSync": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment