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