Last active
July 27, 2019 15:52
-
-
Save cmplstofB/cbde3d76cbf6ca8f172200771a9779c7 to your computer and use it in GitHub Desktop.
Vim Vixenの設定 (=0.23)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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/*" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
既定: https://github.com/ueokande/vim-vixen/blob/master/src/shared/settings/default.js
今はない。