open clipboard's URL in current/new tab

This commit is contained in:
usk 2018-01-03 07:19:25 +09:00
parent f484fda718
commit 54a7662cd1
8 changed files with 39 additions and 3 deletions

View file

@ -44,6 +44,8 @@ export default {
"gu": { "type": "navigate.parent" },
"gU": { "type": "navigate.root" },
"y": { "type": "urls.yank" },
"p": { "type": "urls.paste", "newTab": false },
"P": { "type": "urls.paste", "newTab": true },
"/": { "type": "find.start" },
"n": { "type": "find.next" },
"N": { "type": "find.prev" },