Merge pull request #43 from ueokande/fix-36

Fix default keymap
This commit is contained in:
Shin'ya Ueoka 2017-10-10 21:43:56 +09:00 committed by GitHub
commit a968a82f08

View file

@ -15,8 +15,8 @@ export default {
"j": { "type": "scroll.vertically", "count": 1 },
"h": { "type": "scroll.horizonally", "count": -1 },
"l": { "type": "scroll.horizonally", "count": 1 },
"<C-E>": { "type": "scroll.vertically", "count": -1 },
"<C-Y>": { "type": "scroll.vertically", "count": 1 },
"<C-Y>": { "type": "scroll.vertically", "count": -1 },
"<C-E>": { "type": "scroll.vertically", "count": 1 },
"<C-U>": { "type": "scroll.pages", "count": -0.5 },
"<C-D>": { "type": "scroll.pages", "count": 0.5 },
"<C-B>": { "type": "scroll.pages", "count": -1 },