diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-08 20:54:28 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-08 21:32:19 +0900 |
commit | d41c7476a6ae10cb906f826d97cef86e9d237151 (patch) | |
tree | 4488a22c8cf7289bf290fc9a3e78fe252c0ad8b6 /src/shared/settings | |
parent | d0eba2546a559922a53b59de44e7946b9d6b7c84 (diff) |
Add command.show.addbookmark operation
Diffstat (limited to 'src/shared/settings')
-rw-r--r-- | src/shared/settings/default.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/settings/default.js b/src/shared/settings/default.js index 9e1c202..a435099 100644 --- a/src/shared/settings/default.js +++ b/src/shared/settings/default.js @@ -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 }, |