Skip to content

Commit

Permalink
Make quick open - enter behave like in Sublime
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Nov 2, 2017
1 parent 4829b8a commit ff2de47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,13 @@
"key": "ctrl+3",
"command": "workbench.action.focusThirdEditorGroup",
"when": "editorFocus"
},
{
"mac": "cmd+p",
"win": "ctrl+p",
"linux": "ctrl+p",
"key": "ctrl+p",
"command": "workbench.action.quickOpenPreviousEditor"
}
],
"configuration": {
Expand Down

0 comments on commit ff2de47

Please # to comment.