change default keymap
This commit is contained in:
parent
dc6d93c1da
commit
6ad143d294
2 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,8 @@ export default {
|
|||
"]]": { "type": "navigate.link.next" },
|
||||
"gu": { "type": "navigate.parent" },
|
||||
"gU": { "type": "navigate.root" },
|
||||
"y": { "type": "urls.yank" }
|
||||
"y": { "type": "urls.yank" },
|
||||
"<S-Esc>": { "type": "addon.toggle.enabled" }
|
||||
},
|
||||
"search": {
|
||||
"default": "google",
|
||||
|
|
Reference in a new issue