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

@ -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 ],