Fix default key mappings

This commit is contained in:
Shin'ya Ueoka 2018-10-11 17:02:50 +09:00
parent c89b92d9bb
commit e6d990966a

View file

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