diff options
Diffstat (limited to 'manual')
| -rw-r--r-- | manual/vim-vixen.json | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/vim-vixen.json b/manual/vim-vixen.json index 6f475bd..6e04a1a 100644 --- a/manual/vim-vixen.json +++ b/manual/vim-vixen.json @@ -8,7 +8,7 @@      "T": { "type": "command.show.tabopen", "alter": true },      "`": { "type": "command.show.winopen", "alter": false },      "`": { "type": "command.show.winopen", "alter": true }, -    "b": { "type": "command.show.buffer" }, +    "Z": { "type": "command.show.buffer" },      "`": { "type": "command.show.addbookmark", "alter": true },      "p": { "type": "scroll.vertically", "count": -1 },      "n": { "type": "scroll.vertically", "count": 1 }, @@ -26,8 +26,8 @@      "`": { "type": "tabs.close.right" },      "`": { "type": "tabs.close.force" },      "/": { "type": "tabs.reopen" }, -    "P": { "type": "tabs.prev" }, -    "N": { "type": "tabs.next" }, +    "B": { "type": "tabs.prev" }, +    "F": { "type": "tabs.next" },      "A": { "type": "tabs.first" },      "E": { "type": "tabs.last" },      "<C-6>": { "type": "tabs.prevsel" }, @@ -58,7 +58,7 @@      "Y": { "type": "urls.paste", "newTab": true },      "<C-S>": { "type": "find.start" },      "s": { "type": "find.next" }, -    "<C-R>": { "type": "find.prev" }, +    "S": { "type": "find.prev" },      "z": { "type": "repeat.last" },      "<S-Esc>": { "type": "addon.toggle.enabled" }    },  | 
