From 83cb277ba2af2bc2f87ace1d97fa582a7043bcd5 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Thu, 14 Sep 2017 22:04:42 +0900 Subject: consome as store/reducers --- src/operations/index.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/operations') 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', -- cgit v1.2.3