aboutsummaryrefslogtreecommitdiff
path: root/src/shared/operations.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-09 21:24:01 +0900
committerGitHub <noreply@github.com>2017-10-09 21:24:01 +0900
commitb580ef8170a31f7cbef3103d1017f89a6f105319 (patch)
treeaaba38ee6a4a7443a5b60b189444f4e02d4c248f /src/shared/operations.js
parent447466808f484d4baa6b285f2dbcaf1920db5498 (diff)
parentcf36bf192ccbc6ffd175e4dd397b4a9140b7f28b (diff)
Merge pull request #28 from ueokande/horizonal-scroll
Horizonal scroll
Diffstat (limited to 'src/shared/operations.js')
-rw-r--r--src/shared/operations.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/operations.js b/src/shared/operations.js
index ca62716..0d2a381 100644
--- a/src/shared/operations.js
+++ b/src/shared/operations.js
@@ -7,7 +7,8 @@ export default {
COMMAND_SHOW_BUFFER: 'command.show.buffer',
// Scrolls
- SCROLL_LINES: 'scroll.lines',
+ SCROLL_VERTICALLY: 'scroll.vertically',
+ SCROLL_HORIZONALLY: 'scroll.horizonally',
SCROLL_PAGES: 'scroll.pages',
SCROLL_TOP: 'scroll.top',
SCROLL_BOTTOM: 'scroll.bottom',