remove <C-Y>/<C-E> keymaps
This commit is contained in:
parent
0b37c2250e
commit
c934550a02
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ export default {
|
||||||
"j": { "type": "scroll.vertically", "count": 1 },
|
"j": { "type": "scroll.vertically", "count": 1 },
|
||||||
"h": { "type": "scroll.horizonally", "count": -1 },
|
"h": { "type": "scroll.horizonally", "count": -1 },
|
||||||
"l": { "type": "scroll.horizonally", "count": 1 },
|
"l": { "type": "scroll.horizonally", "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-U>": { "type": "scroll.pages", "count": -0.5 },
|
||||||
"<C-D>": { "type": "scroll.pages", "count": 0.5 },
|
"<C-D>": { "type": "scroll.pages", "count": 0.5 },
|
||||||
"<C-B>": { "type": "scroll.pages", "count": -1 },
|
"<C-B>": { "type": "scroll.pages", "count": -1 },
|
||||||
|
|
Reference in a new issue