scroll horizonally
This commit is contained in:
parent
36963b1b8b
commit
8c84930ca3
4 changed files with 22 additions and 9 deletions
|
@ -7,7 +7,8 @@ export default {
|
|||
COMMAND_SHOW_BUFFER: 'command.show.buffer',
|
||||
|
||||
// Scrolls
|
||||
SCROLL_LINES: 'scroll.lines',
|
||||
SCROLL_VERTICALLY: 'scroll.vertically',
|
||||
SCROLL_HORIZONALLY: 'scroll.horizonally',
|
||||
SCROLL_PAGES: 'scroll.pages',
|
||||
SCROLL_TOP: 'scroll.top',
|
||||
SCROLL_BOTTOM: 'scroll.bottom',
|
||||
|
|
Reference in a new issue