buffer by b command

This commit is contained in:
Shin'ya Ueoka 2017-08-29 21:58:12 +09:00
parent 1c21e4fa28
commit 3bb157c84c
3 changed files with 6 additions and 0 deletions

View file

@ -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;