support w/W command

This commit is contained in:
Shin'ya Ueoka 2017-10-08 15:29:37 +09:00
parent 940f3c7f79
commit d262fd1a2f
3 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,8 @@ export default {
"O": { "type": "command.show.open", "alter": true },
"t": { "type": "command.show.tabopen", "alter": false },
"T": { "type": "command.show.tabopen", "alter": true },
"w": { "type": "command.show.winopen", "alter": false },
"W": { "type": "command.show.winopen", "alter": true },
"b": { "type": "command.show.buffer" },
"k": { "type": "scroll.lines", "count": -1 },
"j": { "type": "scroll.lines", "count": 1 },