add focus input key map
This commit is contained in:
parent
be1f8e4d71
commit
e3fdf742e7
2 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@ export default {
|
|||
"]]": { "type": "navigate.link.next" },
|
||||
"gu": { "type": "navigate.parent" },
|
||||
"gU": { "type": "navigate.root" },
|
||||
"gi": { "type": "focus.input" },
|
||||
"y": { "type": "urls.yank" },
|
||||
"p": { "type": "urls.paste", "newTab": false },
|
||||
"P": { "type": "urls.paste", "newTab": true },
|
||||
|
|
Reference in a new issue