Skip to content

Commit

Permalink
feat: s e opens new search editor
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Jul 27, 2023
1 parent 9805e78 commit f434647
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 @@ -10,6 +10,12 @@ export function searchKeys(): UserMenu {
icon: "clear-all",
command: "search.action.clearSearchResults",
},
{
key: "e",
name: "Search Editor: New",
icon: "search",
command: "search.action.openNewEditor",
},
{
key: "h",
name: "Highlight symbol",
Expand Down

0 comments on commit f434647

Please sign in to comment.