diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-25 19:49:37 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-25 19:50:11 +0900 |
commit | 6c012839737b60442e582e08209f551536ca2e81 (patch) | |
tree | 24c7e2dffab2776c57b2ddfcb5fc50d7e64a0779 /src/operations | |
parent | 2b6aca17b04f687f5a52fe930fdd0b0b45f62d23 (diff) |
support t/T command and fix alter mode
Diffstat (limited to 'src/operations')
-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', |