Default kaymaps are unchanged except for the following:
K --> <C-K>: { "type": "tabs.prev", "count": 1 },
J --> <C-J>: { "type": "tabs.next", "count": 1 },
Reasoning: less cognitive weight with VIM panes
: --> ;
Reasoning: personal preference
| { | |
| "keymaps": { | |
| "0": { "type": "scroll.home" }, | |
| ";": { "type": "command.show" }, | |
| "o": { "type": "command.show.open", "alter": false }, | |
| "O": { "type": "command.show.open", "alter": true }, | |
| "t": { "type": "command.show.tabopen", "alter": false }, | |
| "T": { "type": "command.show.tabopen", "alter": true }, | |
| "w": { "type": "command.show.winopen", "alter": false }, | |
| "W": { "type": "command.show.winopen", "alter": true }, | |
| "b": { "type": "command.show.buffer" }, | |
| "k": { "type": "scroll.vertically", "count": -1 }, | |
| "j": { "type": "scroll.vertically", "count": 1 }, | |
| "h": { "type": "scroll.horizonally", "count": -1 }, | |
| "l": { "type": "scroll.horizonally", "count": 1 }, | |
| "<C-U>": { "type": "scroll.pages", "count": -0.5 }, | |
| "<C-D>": { "type": "scroll.pages", "count": 0.5 }, | |
| "<C-B>": { "type": "scroll.pages", "count": -1 }, | |
| "<C-F>": { "type": "scroll.pages", "count": 1 }, | |
| "gg": { "type": "scroll.top" }, | |
| "G": { "type": "scroll.bottom" }, | |
| "$": { "type": "scroll.end" }, | |
| "d": { "type": "tabs.close" }, | |
| "u": { "type": "tabs.reopen" }, | |
| "<C-K>": { "type": "tabs.prev", "count": 1 }, | |
| "<C-J>": { "type": "tabs.next", "count": 1 }, | |
| "g0": { "type": "tabs.first" }, | |
| "g$": { "type": "tabs.last" }, | |
| "gT": { "type": "tabs.prev", "count": 1 }, | |
| "gt": { "type": "tabs.next", "count": 1 }, | |
| "r": { "type": "tabs.reload", "cache": false }, | |
| "R": { "type": "tabs.reload", "cache": true }, | |
| "zp": { "type": "tabs.pin.toggle" }, | |
| "zd": { "type": "tabs.duplicate" }, | |
| "zi": { "type": "zoom.in" }, | |
| "zo": { "type": "zoom.out" }, | |
| "zz": { "type": "zoom.neutral" }, | |
| "f": { "type": "follow.start", "newTab": false, "background": false }, | |
| "F": { "type": "follow.start", "newTab": true, "background": false }, | |
| "gf": { "type": "follow.start", "newTab": true, "background": true }, | |
| "H": { "type": "navigate.history.prev" }, | |
| "L": { "type": "navigate.history.next" }, | |
| "[[": { "type": "navigate.link.prev" }, | |
| "]]": { "type": "navigate.link.next" }, | |
| "gu": { "type": "navigate.parent" }, | |
| "gU": { "type": "navigate.root" }, | |
| "y": { "type": "urls.yank" }, | |
| "/": { "type": "find.start" }, | |
| "n": { "type": "find.next" }, | |
| "N": { "type": "find.prev" }, | |
| "zs": { "type": "page.source" }, | |
| "<S-Esc>": { "type": "addon.toggle.enabled" }, | |
| "<C-6>": { "type": "tabs.prevsel" }, | |
| "gi": { "type": "focus.input" }, | |
| "!d": { "type": "tabs.close.force" }, | |
| "p": { "type": "urls.paste", "newTab": false }, | |
| "P": { "type": "urls.paste", "newTab": true }, | |
| "a": { "type": "command.show.addbookmark", "alter": true } | |
| }, | |
| "properties": { | |
| "smoothscroll": true, | |
| "hintchars": "asdfgqwertzxcvb" | |
| }, | |
| "search": { | |
| "default": "g", | |
| "engines": { | |
| "al": "https://alternativeto.net/browse/search?q={}", | |
| "am": "https://smile.amazon.com/s/?ie=UTF8&field-keywords={}&index=blended", | |
| "arw": "https://wiki.archlinux.org/index.php?go=go&search={}", | |
| "arp": "https://www.archlinux.org/packages/?arch=x86_64&q={}", | |
| "aur": "https://aur.archlinux.org/packages/?O=0&K={}", | |
| "bb": "https://bitbucket.org/repo/all?name={}", | |
| "bw": "https://builtwith.com/{}", | |
| "dd": "https://duckduckgo.com/?q={}", | |
| "de": "http://onelook.com/?w={}", | |
| "do": "https://www.digitalocean.com/community/search?q={}", | |
| "down": "http://downforeveryoneorjustme.com/{}", | |
| "fa": "https://addons.mozilla.org/en-US/firefox/search/?q={}&appver=59.0&platform=windows", | |
| "im": "https://www.imdb.com/find?s=all&q={}", | |
| "g": "https://google.com/search?q={}", | |
| "gh": "https://github.com/search?q={}", | |
| "gi": "https://gist.github.com/search?utf8=%E2%9C%93&q={}", | |
| "gl": "https://gitlab.com/search?utf8=%E2%9C%93&search={}", | |
| "gs": "https://scholar.google.com/scholar?q={}", | |
| "hn": "https://hn.algolia.com/?query={}", | |
| "ip": "https://ipfs.io/ipfs/{}", | |
| "ly": "https://genius.com/search?q={}", | |
| "ma": "https://maps.google.com/?q={}", | |
| "md": "https://developer.mozilla.org/en-US/search?q={}", | |
| "me": "http://www.metafilter.com/search.mefi?site=mefi&q={}", | |
| "mo1": "https://www.class-central.com/search?q={}", | |
| "mo2": "https://coorsy.com/search?query={}", | |
| "ms": "https://encrypted.google.com/search?q=msdn+{}", | |
| "pr": "https://forvo.com/search/{}/", | |
| "py": "https://docs.python.org/3/search.html?q={}", | |
| "re": "https://www.reddit.com/search?sort=relevance&t=all&q={}", | |
| "rg": "https://rubygems.org/search?utf8=%E2%9C%93&query={}", | |
| "so": "https://stackoverflow.com/search?q={}", | |
| "th": "http://www.thesaurus.com/browse/{}?s=t", | |
| "to": "https://torrentz2.eu/search?f={}", | |
| "tr": "https://translate.google.com/#auto/en/{}", | |
| "tw": "https://twitter.com/search?q={}", | |
| "un": "http://graphemica.com/search?q={}", | |
| "wa": "https://www.wolframalpha.com/input/?i={}", | |
| "who": "http://whoishost.me/{}", | |
| "wi": "https://en.wikipedia.org/w/index.php?search={}", | |
| "ye": "https://www.yelp.com/search?find_desc={}", | |
| "yt": "https://www.youtube.com/results?search_query={}" | |
| } | |
| }, | |
| "properties": { | |
| "adjacenttab": true | |
| }, | |
| "blacklist": [ | |
| "https://en.todoist.com/web*" | |
| ] | |
| } |