Add mark keymaps

This commit is contained in:
Shin'ya Ueoka 2018-10-11 15:00:07 +09:00
parent b09a4d1bae
commit bf8cfbcb35
2 changed files with 6 additions and 0 deletions
src/shared/settings

View file

@ -42,6 +42,8 @@ export default {
"zz": { "type": "zoom.neutral" },
"f": { "type": "follow.start", "newTab": false },
"F": { "type": "follow.start", "newTab": true, "background": false },
"'": { "type": "mark.set.prefix" },
"m": { "type": "mark.jump.prefix" },
"H": { "type": "navigate.history.prev" },
"L": { "type": "navigate.history.next" },
"[[": { "type": "navigate.link.prev" },