summaryrefslogtreecommitdiffstats
path: root/User/keybindings.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--User/keybindings.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/User/keybindings.json b/User/keybindings.json
new file mode 100644
index 0000000..8c3edad
--- /dev/null
+++ b/User/keybindings.json
@@ -0,0 +1,21 @@
+// Place your key bindings in this file to override the defaults
+[
+ {
+ "key": "ctrl+f",
+ "command": "-workbench.action.terminal.focusFindWidget",
+ "when": "terminalFocus"
+ },
+ {
+ "key": "ctrl+9",
+ "command": "editor.action.showHover",
+ "when": "editorTextFocus"
+ },
+ {
+ "key": "ctrl+tab",
+ "command": "workbench.action.openPreviousEditorFromHistory" },
+ {
+ "key": "ctrl+tab",
+ "command": "workbench.action.quickOpenNavigateNext",
+ "when": "inQuickOpen"
+ },
+] \ No newline at end of file