diff options
author | Yuchen Pei <id@ypei.org> | 2023-11-13 11:00:13 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-11-13 11:00:13 +1100 |
commit | 6e7f6cc9887f28f2ff0ca4ea8d10121a41e9305c (patch) | |
tree | 50d7539511c6841e7b2fa763e6c2fbf456b8438e | |
parent | 603d0c76960deee72895196b7cfcc8201ca0141a (diff) |
[vim-vixen] Backspace to scroll back
-rw-r--r-- | manual/vim-vixen.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/vim-vixen.json b/manual/vim-vixen.json index 6e04a1a..6d7872b 100644 --- a/manual/vim-vixen.json +++ b/manual/vim-vixen.json @@ -16,6 +16,7 @@ "f": { "type": "scroll.horizonally", "count": 1 }, "<C-U>": { "type": "scroll.pages", "count": -0.5 }, "<C-D>": { "type": "scroll.pages", "count": 0.5 }, + "<Backspace>": { "type": "scroll.pages", "count": -1 }, "<A-V>": { "type": "scroll.pages", "count": -1 }, "<C-V>": { "type": "scroll.pages", "count": 1 }, "<": { "type": "scroll.top" }, |