yank a URL
This commit is contained in:
parent
bbf90e77e9
commit
f6996a2274
4 changed files with 23 additions and 1 deletions
src/shared
|
@ -37,7 +37,8 @@ export default {
|
|||
"[[": { "type": "navigate.link.prev" },
|
||||
"]]": { "type": "navigate.link.next" },
|
||||
"gu": { "type": "navigate.parent" },
|
||||
"gU": { "type": "navigate.root" }
|
||||
"gU": { "type": "navigate.root" },
|
||||
"y": { "type": "urls.yank" }
|
||||
},
|
||||
"search": {
|
||||
"default": "google",
|
||||
|
|
Reference in a new issue