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

View file

@ -69,4 +69,8 @@ export default {
FIND_START: 'find.start',
FIND_NEXT: 'find.next',
FIND_PREV: 'find.prev',
/// Mark
MARK_SET_PREFIX: 'mark.set.prefix',
MARK_JUMP_PREFIX: 'mark.jump.prefix',
};

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" },