buffer by b command
This commit is contained in:
parent
1c21e4fa28
commit
3bb157c84c
3 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@ const DEFAULT_KEYMAP = {
|
|||
':': [ actions.CMD_OPEN ],
|
||||
'o': [ actions.CMD_TABS_OPEN, false ],
|
||||
'O': [ actions.CMD_TABS_OPEN, true ],
|
||||
'b': [ actions.CMD_BUFFER ],
|
||||
'k': [ actions.SCROLL_LINES, -1 ],
|
||||
'j': [ actions.SCROLL_LINES, 1 ],
|
||||
'<C-E>': [ actions.SCROLL_LINES, -1 ],
|
||||
|
|
Reference in a new issue