From b4bf447bb6999e7b04574ad4a77b7ebd293e19f4 Mon Sep 17 00:00:00 2001
From: Yuchen Pei <id@ypei.org>
Date: Sat, 24 Jun 2023 17:31:54 +1000
Subject: make vim-vixen more emacs like

---
 manual/vim-vixen.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'manual')

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" }
   },
-- 
cgit v1.2.3