Skip to content

Instantly share code, notes, and snippets.

@cmplstofB
Last active July 27, 2019 15:52
Show Gist options
  • Save cmplstofB/cbde3d76cbf6ca8f172200771a9779c7 to your computer and use it in GitHub Desktop.
Save cmplstofB/cbde3d76cbf6ca8f172200771a9779c7 to your computer and use it in GitHub Desktop.
Vim Vixenの設定 (=0.23)
{
"keymaps": {
"f": {"type": "follow.start", "newTab": false},
"F": {"type": "follow.start", "newTab": true, "background": true},
"[": {"type": "navigate.link.prev"},
"]": {"type": "navigate.link.next"},
"j": {"type": "scroll.vertically", "count": 1},
"k": {"type": "scroll.vertically", "count": -1},
"h": {"type": "scroll.horizonally", "count": -1},
"l": {"type": "scroll.horizonally", "count": 1},
"g": {"type": "scroll.top"},
"G": {"type": "scroll.bottom"},
"i": {"type": "focus.input"},
"x": {"type": "tabs.close"},
"X": {"type": "tabs.close.force"},
"u": {"type": "tabs.reopen"},
"K": {"type": "tabs.prev", "count": 1},
"J": {"type": "tabs.next", "count": 1},
"@": {"type": "tabs.pin.toggle"},
"r": {"type": "tabs.reload", "cache": false},
"R": {"type": "tabs.reload", "cache": true},
"H": {"type": "navigate.history.prev"},
"L": {"type": "navigate.history.next"},
"Z": {"type": "addon.toggle.enabled"},
".": {"type": "repeat.last"}
},
"properties": {
"hintchars": "asdfghjklqwertyuiopzxcvbnm",
"smoothscroll": true
},
"blacklist": [
"drive.google.com/drive/*",
"mail.google.com/mail/*",
"hangouts.google.com/*",
"srad.jp/*", "*.srad.jp/*",
"*.overleaf.com/project/*",
"classic.minecraft.net/*",
"twitter.com/*",
"discordapp.com/*"
]
}
@cmplstofB
Copy link
Author

cmplstofB commented Jan 19, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment