buffer by b command
This commit is contained in:
parent
1c21e4fa28
commit
3bb157c84c
3 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue