aboutsummaryrefslogtreecommitdiff
path: root/src/content/index.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-29 21:58:12 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-09-02 10:14:30 +0900
commit3bb157c84c9757b5808c8316009d8ec84d7f0f85 (patch)
tree9e8f8caf776ffa898acf13ac901a1f1dbfef2add /src/content/index.js
parent1c21e4fa2860d3dd57826e2b60a1443831eae15e (diff)
buffer by b command
Diffstat (limited to 'src/content/index.js')
-rw-r--r--src/content/index.js3
1 files changed, 3 insertions, 0 deletions
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;