From 6c012839737b60442e582e08209f551536ca2e81 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 25 Sep 2017 19:49:37 +0900 Subject: support t/T command and fix alter mode --- src/operations/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/operations') 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', -- cgit v1.2.3