Add mark keymaps
This commit is contained in:
parent
b09a4d1bae
commit
bf8cfbcb35
2 changed files with 6 additions and 0 deletions
|
@ -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',
|
||||
};
|
||||
|
|
|
@ -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" },
|
||||
|
|
Reference in a new issue