diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-10 20:26:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-10 20:26:01 +0900 |
commit | 439c2a3df9c70c0baa26e2c9d597e109348e5499 (patch) | |
tree | a1a51e4643687635b0ad9bbc9af812cac953fd77 /src/shared/settings | |
parent | d5116987760d6c43a4e0914537980bc93bf01fa3 (diff) | |
parent | 53c3ddab2e0efa656ab04726a85df04bb899f4d8 (diff) |
Merge pull request #388 from ueokande/create-bookmarks
addbookmark command
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 }, |