💄 style(vscodium): change identation for the keybindings file to 2 spaces
This commit is contained in:
parent
20ecdac0b1
commit
db2ddc26ed
1 changed files with 302 additions and 302 deletions
|
@ -286,9 +286,9 @@
|
|||
"when": "filesExplorerFocus"
|
||||
},
|
||||
{
|
||||
"key": "alt+enter",
|
||||
"command": "-notebook.cell.executeAndInsertBelow",
|
||||
"when": "notebookCellListFocused && notebookCellType == 'markup' || notebookCellListFocused && notebookMissingKernelExtension && !notebookCellExecuting && notebookCellType == 'code' || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelCount > 0 || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelSourceCount > 0"
|
||||
"key": "space",
|
||||
"command": "whichkey.show",
|
||||
"when": "neovim.mode != 'insert' && !inputFocus"
|
||||
},
|
||||
{
|
||||
"key": "alt+enter",
|
||||
|
@ -299,5 +299,5 @@
|
|||
"key": "tab",
|
||||
"command": "-editor.action.inlineSuggest.commit",
|
||||
"when": "inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorHoverFocused && !editorTabMovesFocus && !suggestWidgetVisible"
|
||||
},
|
||||
}
|
||||
]
|
Loading…
Add table
Reference in a new issue