From 56858796f236bf12edf4d014d7009e7c5cc4ee3a Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 16 Nov 2020 00:13:47 +0100 Subject: [PATCH] vscode config share --- .config/Code - OSS/User/keybindings.json | 11 +++++++++++ .config/Code/User/keybindings.json | 1 + .config/Code/User/settings.json | 1 + 3 files changed, 13 insertions(+) create mode 100644 .config/Code - OSS/User/keybindings.json create mode 120000 .config/Code/User/keybindings.json create mode 120000 .config/Code/User/settings.json 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