diff --git a/src/settings/default.ts b/src/settings/default.ts index 52fc30a1..b5c54a02 100644 --- a/src/settings/default.ts +++ b/src/settings/default.ts @@ -48,10 +48,10 @@ export const defaultJSONSettings = `{ ";I": { "type": "hint.openimage", "newTab": true, "background": false }, ";v": { "type": "hint.source", "newTab": false }, ";V": { "type": "hint.source", "newTab": true }, - ";o": { "type": "hint.navigate.open" }, - ";t": { "type": "hint.navigate.tabopen" }, - ";w": { "type": "hint.navigate.winopen" }, - ";O": { "type": "hint.command" }, + ";o": { "type": "hint.open" }, + ";t": { "type": "hint.tabopen" }, + ";w": { "type": "hint.winopen" }, + ";O": { "type": "hint.command.open" }, ";T": { "type": "hint.command.tabopen" }, ";W": { "type": "hint.command.winopen" }, "m": { "type": "mark.set.prefix" },