Add gh/gH to open home page

This commit is contained in:
Shin'ya Ueoka 2018-12-09 10:19:08 +09:00
parent b735317c60
commit 1f89464e42
8 changed files with 65 additions and 13 deletions

View file

@ -52,6 +52,8 @@ export default {
"gU": { "type": "navigate.root" },
"gi": { "type": "focus.input" },
"gf": { "type": "page.source" },
"gh": { "type": "page.home" },
"gH": { "type": "page.home", "newTab": true },
"y": { "type": "urls.yank" },
"p": { "type": "urls.paste", "newTab": false },
"P": { "type": "urls.paste", "newTab": true },