aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/default-settings.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/default-settings.js b/src/shared/default-settings.js
index 924b3d9..d280185 100644
--- a/src/shared/default-settings.js
+++ b/src/shared/default-settings.js
@@ -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 },