Skip to content

Commit

Permalink
feat: s E opens search editor to the side
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Aug 3, 2023
1 parent 4e20b1a commit 3a00c72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/keys/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ export function searchKeys(): UserMenu {
icon: "search",
command: "search.action.openNewEditor",
},
{
key: "E",
name: "Search Editor: New to the Side",
icon: "search",
command: "search.action.openNewEditorToSide",
},
{
key: "h",
name: "Highlight symbol",
Expand Down

0 comments on commit 3a00c72

Please sign in to comment.