Skip to content

Commit

Permalink
fix wrong default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jan 4, 2024
1 parent 4e00610 commit 8f5aa7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/settings/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 8f5aa7a

Please sign in to comment.