aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-24 17:31:54 +1000
committerYuchen Pei <id@ypei.org>2023-06-24 17:31:54 +1000
commitb4bf447bb6999e7b04574ad4a77b7ebd293e19f4 (patch)
treece1b410e10cd58114f778082b65a66f41922cb8f /manual
parent2f1d2fb9b87fb9ee334b646ac84468c5245eecf9 (diff)
make vim-vixen more emacs like
Diffstat (limited to 'manual')
-rw-r--r--manual/vim-vixen.json8
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" }
},