Fix default key mappings
This commit is contained in:
parent
c89b92d9bb
commit
e6d990966a
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +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" },
|
||||
"m": { "type": "mark.set.prefix" },
|
||||
"'": { "type": "mark.jump.prefix" },
|
||||
"H": { "type": "navigate.history.prev" },
|
||||
"L": { "type": "navigate.history.next" },
|
||||
"[[": { "type": "navigate.link.prev" },
|
||||
|
|
Reference in a new issue