diff --git a/.config/Code - OSS/User/keybindings.json b/.config/Code - OSS/User/keybindings.json new file mode 100644 index 0000000..988023f --- /dev/null +++ b/.config/Code - OSS/User/keybindings.json @@ -0,0 +1,11 @@ +// Place your key bindings in this file to override the defaultsauto[] +[ + { + "key": "ctrl+enter", + "command": "workbench.action.terminal.toggleTerminal" + }, + { + "key": "ctrl+shift+[Equal]", + "command": "-workbench.action.terminal.toggleTerminal" + } +] \ No newline at end of file diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json new file mode 120000 index 0000000..5234c4c --- /dev/null +++ b/.config/Code/User/keybindings.json @@ -0,0 +1 @@ +../../Code - OSS/User/keybindings.json \ No newline at end of file diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json new file mode 120000 index 0000000..4998efb --- /dev/null +++ b/.config/Code/User/settings.json @@ -0,0 +1 @@ +../../Code - OSS/User/settings.json \ No newline at end of file