Skip to content

Commit

Permalink
vscode: Add reveal in explorer binding
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Feb 15, 2023
1 parent 8c617e8 commit 351a7d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vscode/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
"command": "cursorWordPartStartLeftSelect",
"when": "textInputFocus"
},
{
"key": "cmd+k l",
"command": "workbench.files.action.showActiveFileInExplorer"
},
{
"key": "shift+alt+1",
"command": "workbench.action.editorLayoutSingle"
Expand Down

0 comments on commit 351a7d6

Please sign in to comment.