Skip to content

Commit

Permalink
vscode: Disable auto-reveal of active file, add reveal file binding
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Sep 15, 2020
1 parent 7d3331e commit 72ede82
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -76,5 +76,9 @@
"key": "tab",
"command": "-editor.emmet.action.expandAbbreviation",
"when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus"
},
{
"key": "cmd+k l",
"command": "workbench.files.action.showActiveFileInExplorer"
}
]
1 change: 1 addition & 0 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"flow": "javascriptreact",
"javascript": "javascriptreact"
},
"explorer.autoReveal": false,
"explorer.confirmDragAndDrop": false,
"files.insertFinalNewline": true,
"files.saveConflictResolution": "overwriteFileOnDisk",
Expand Down

0 comments on commit 72ede82

Please sign in to comment.