diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-26 20:19:14 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-26 20:19:14 +0900 |
commit | c934550a020259ae3c5fc8b05eca7fc7a0fb54f4 (patch) | |
tree | efbb19d415591eb6e46d7db072939b4e4c70cc42 /src/shared/settings | |
parent | 0b37c2250e21e8c40c2c5e9abfe51903458cc94d (diff) |
remove <C-Y>/<C-E> keymaps
Diffstat (limited to 'src/shared/settings')
-rw-r--r-- | src/shared/settings/default.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/settings/default.js b/src/shared/settings/default.js index 69238e3..71465c9 100644 --- a/src/shared/settings/default.js +++ b/src/shared/settings/default.js @@ -15,8 +15,6 @@ export default { "j": { "type": "scroll.vertically", "count": 1 }, "h": { "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-D>": { "type": "scroll.pages", "count": 0.5 }, "<C-B>": { "type": "scroll.pages", "count": -1 }, |