From 3b2a78935fd6550521f719a10e5b0fceb1ddb350 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 15 Feb 2023 16:31:56 +0100 Subject: Not really but, First commit! --- config/old/code/Code - OSS/User/keybindings.json | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 config/old/code/Code - OSS/User/keybindings.json (limited to 'config/old/code/Code - OSS/User/keybindings.json') diff --git a/config/old/code/Code - OSS/User/keybindings.json b/config/old/code/Code - OSS/User/keybindings.json new file mode 100644 index 0000000..70c97d7 --- /dev/null +++ b/config/old/code/Code - OSS/User/keybindings.json @@ -0,0 +1,32 @@ +// Place your key bindings in this file to override the defaultsauto[] +[ + { + "key": "ctrl+j", + "command": "-workbench.action.togglePanel" + }, + { + "key": "ctrl+j", + "command": "-extension.vim_ctrl+j", + "when": "editorTextFocus && vim.active && vim.use && !inDebugRepl" + }, + { + "key": "ctrl+alt+j", + "command": "selectNextSuggestion", + "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" + }, + { + "key": "ctrl+down", + "command": "-selectNextSuggestion", + "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" + }, + { + "key": "ctrl+alt+k", + "command": "selectPrevSuggestion", + "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" + }, + { + "key": "ctrl+up", + "command": "-selectPrevSuggestion", + "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" + } +] -- cgit v1.2.3