diff options
Diffstat (limited to 'manual')
| -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" },  | 
