diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-15 16:31:56 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-15 16:47:43 +0100 | 
| commit | 3b2a78935fd6550521f719a10e5b0fceb1ddb350 (patch) | |
| tree | 7c50801d6bb5b7abba3df6352ed43df454a4dbcb /config/old/code | |
Not really but, First commit!
Diffstat (limited to 'config/old/code')
| l--------- | config/old/code/Code | 1 | ||||
| -rw-r--r-- | config/old/code/Code - OSS/User/keybindings.json | 32 | ||||
| -rw-r--r-- | config/old/code/Code - OSS/User/settings.json | 21 | 
3 files changed, 54 insertions, 0 deletions
diff --git a/config/old/code/Code b/config/old/code/Code new file mode 120000 index 0000000..dfb09b2 --- /dev/null +++ b/config/old/code/Code @@ -0,0 +1 @@ +Code - OSS
\ No newline at end of file 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<C-j> && !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" +    } +] diff --git a/config/old/code/Code - OSS/User/settings.json b/config/old/code/Code - OSS/User/settings.json new file mode 100644 index 0000000..42b715c --- /dev/null +++ b/config/old/code/Code - OSS/User/settings.json @@ -0,0 +1,21 @@ +{ +    "workbench.colorTheme": "Default Dark+", +    "terminal.integrated.fontFamily": "mononoki Nerd Font Mono", +    "terminal.integrated.fontWeight": "bold", +    "keyboard.dispatch": "keyCode", +    "files.autoSave": "onFocusChange", +    "vim.useSystemClipboard": true, +    "editor.cursorBlinking": "solid", +    "editor.lineNumbers": "relative", +    "git.autorefresh": false, +    "debug.onTaskErrors": "abort", +    "editor.smoothScrolling": true, +    "C_Cpp.intelliSenseEngine": "disabled", +    "extensions.ignoreRecommendations": true, +    "liveServer.settings.donotShowInfoMsg": true, +    "window.menuBarVisibility": "toggle", +    "explorer.confirmDelete": false, +    "workbench.startupEditor": "none", +    "git.confirmSync": false, +    "liveServer.settings.NoBrowser": true +}  | 
