Add mark keymaps
This commit is contained in:
parent
b09a4d1bae
commit
bf8cfbcb35
2 changed files with 6 additions and 0 deletions
src/shared/settings
|
@ -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