diff options
Diffstat (limited to 'src/operations')
-rw-r--r-- | src/operations/index.js | 5 |
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', |