diff options
Diffstat (limited to 'src/operations/index.js')
-rw-r--r-- | src/operations/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations/index.js b/src/operations/index.js index a40123a..d6ffc42 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -2,6 +2,7 @@ export default { // Command COMMAND_OPEN: 'cmd.open', COMMAND_TABS_OPEN: 'cmd.tabs.open', + COMMAND_TABS_NEW: 'cmd.tabs.new', COMMAND_BUFFER: 'cmd.buffer', SCROLL_LINES: 'scroll.lines', |