Add command.show.addbookmark operation

This commit is contained in:
Shin'ya Ueoka 2018-05-08 20:54:28 +09:00
parent d0eba2546a
commit d41c7476a6
3 changed files with 7 additions and 0 deletions

View file

@ -11,6 +11,7 @@ export default {
"w": { "type": "command.show.winopen", "alter": false },
"W": { "type": "command.show.winopen", "alter": true },
"b": { "type": "command.show.buffer" },
"a": { "type": "command.show.addbookmark", "alter": true },
"k": { "type": "scroll.vertically", "count": -1 },
"j": { "type": "scroll.vertically", "count": 1 },
"h": { "type": "scroll.horizonally", "count": -1 },