Skip to content

Commit

Permalink
Switch to new search in tab
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxknox committed Mar 16, 2020
1 parent b37743b commit 1e0d089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/vscode/Settings/keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
"key": "cmd+k cmd+u",
"command": "editor.action.transformToUppercase"
},
{
"key": "shift+cmd+f",
"command": "search.action.openNewEditor",
"when": "!searchViewletVisible"
},
{
"key": "backspace",
"command": "moveFileToTrash",
Expand Down

0 comments on commit 1e0d089

Please sign in to comment.