aboutsummaryrefslogtreecommitdiff
path: root/src/operations
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-09-14 22:04:42 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-09-16 21:08:18 +0900
commit83cb277ba2af2bc2f87ace1d97fa582a7043bcd5 (patch)
tree1ff5eb02fc6b7b12d0a1e825ba1fdb889a1e095b /src/operations
parent6127fdc285bc430b48259bd6e90b69623b4e76cc (diff)
consome as store/reducers
Diffstat (limited to 'src/operations')
-rw-r--r--src/operations/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/operations/index.js b/src/operations/index.js
index 6c2f05a..05c7d78 100644
--- a/src/operations/index.js
+++ b/src/operations/index.js
@@ -1,4 +1,9 @@
export default {
+ // command
+ COMMAND_OPEN: 'cmd.open',
+ COMMAND_TABS_OPEN: 'cmd.tabs.open',
+ COMMAND_BUFFER: 'cmd.buffer',
+
SCROLL_LINES: 'scroll.lines',
SCROLL_PAGES: 'scroll.pages',
SCROLL_TOP: 'scroll.top',