Skip to content

Commit 15ef22a

Browse files
author
Rob Hux
committed
vscode key bindings
1 parent 4a4c1c8 commit 15ef22a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vscode-keybindings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)