From 3bb157c84c9757b5808c8316009d8ec84d7f0f85 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Tue, 29 Aug 2017 21:58:12 +0900 Subject: buffer by b command --- src/content/index.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/content/index.js') diff --git a/src/content/index.js b/src/content/index.js index 66b1121..710fbda 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -24,6 +24,9 @@ const invokeEvent = (action) => { vvConsole.showCommand('open '); } break; + case actions.CMD_BUFFER: + vvConsole.showCommand('buffer '); + break; case actions.SCROLL_LINES: scrolls.scrollLines(window, action[1]); break; -- cgit v1.2.3