@ -1,30 +0,0 @@ | |||||
// Place your key bindings in this file to override the defaults | |||||
[ | |||||
// Disable Find in Files using Ctrl+Shift+F | |||||
{ | |||||
"key": "ctrl+shift+f", | |||||
"command": "-workbench.action.findInFiles" | |||||
}, | |||||
// Format Code: ctrl+shift+f | |||||
{ | |||||
"key": "ctrl+shift+f", | |||||
"command": "notebook.formatCell", | |||||
"when": "editorHasDocumentFormattingProvider && editorTextFocus && inCompositeEditor && notebookEditable && !editorReadonly && activeEditor == 'workbench.editor.notebook'" | |||||
}, | |||||
{ | |||||
"key": "ctrl+shift+i", | |||||
"command": "-notebook.formatCell", | |||||
"when": "editorHasDocumentFormattingProvider && editorTextFocus && inCompositeEditor && notebookEditable && !editorReadonly && activeEditor == 'workbench.editor.notebook'" | |||||
}, | |||||
{ | |||||
"key": "ctrl+shift+f", | |||||
"command": "editor.action.formatDocument", | |||||
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor" | |||||
}, | |||||
{ | |||||
"key": "ctrl+shift+i", | |||||
"command": "-editor.action.formatDocument", | |||||
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor" | |||||
} | |||||
] |
@ -1,40 +0,0 @@ | |||||
{ | |||||
"editor.bracketPairColorization.enabled": true, | |||||
"editor.guides.bracketPairs":"active", | |||||
"editor.quickSuggestions": { | |||||
"other": true, | |||||
"comments": false, | |||||
"strings": false | |||||
}, | |||||
"redhat.telemetry.enabled": false, | |||||
"vim.hlsearch": true, | |||||
"vim.leader": ",", | |||||
"vim.useCtrlKeys": true, | |||||
"vim.useSystemClipboard": true, | |||||
"vim.normalModeKeyBindings": [ | |||||
{ | |||||
"before": ["<leader>", "s", "v"], | |||||
"commands": [":vsplit"] | |||||
}, | |||||
{ | |||||
"before": ["<leader>", "s", "h"], | |||||
"commands": [":hsplit"] | |||||
}, | |||||
{ | |||||
"before": ["<leader>", "t"], | |||||
"commands": [":tabn"] | |||||
}, | |||||
{ | |||||
"before": ["<leader>", "T"], | |||||
"commands": [":tabp"] | |||||
}, | |||||
{ | |||||
"before": ["<leader>", "w"], | |||||
"after": ["<C-w>", "w"] | |||||
} | |||||
], | |||||
"workbench.iconTheme": "material-icon-theme", | |||||
"diffEditor.ignoreTrimWhitespace": true, | |||||
"telemetry.telemetryLevel": "off", | |||||
"workbench.colorTheme": "One Dark Pro Darker" | |||||
} |