We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4c1c8 commit 15ef22aCopy full SHA for 15ef22a
vscode-keybindings.json
@@ -0,0 +1,7 @@
1
+// Place your key bindings in this file to overwrite the defaults
2
+[
3
+ {"key": "ctrl+d", "command": "editor.action.copyLinesDownAction", "when": "editorTextFocus"},
4
+ {"key": "alt+enter", "command": "editor.action.quickFix", "when": "editorTextFocus"},
5
+ {"key": "alt+f7", "command": "editor.action.referenceSearch.trigger", "when": "editorTextFocus"},
6
+ {"key": "ctrl+alt+n", "command": "workbench.action.quickOpen"}
7
+]
0 commit comments