fix form key bindings

This commit is contained in:
Shin'ya Ueoka 2017-11-26 21:54:27 +09:00
parent 556795585e
commit 6b7fad3e49
2 changed files with 6 additions and 2 deletions

View file

@ -70,6 +70,8 @@ export default {
'scroll.horizonally?{"count":1}': 'l',
'scroll.home': '0',
'scroll.end': '$',
'scroll.top': 'gg',
'scroll.bottom': 'G',
'scroll.pages?{"count":-0.5}': '<C-U>',
'scroll.pages?{"count":0.5}': '<C-D>',
'scroll.pages?{"count":-1}': '<C-B>',