💄 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"
|
"when": "filesExplorerFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "alt+enter",
|
"key": "space",
|
||||||
"command": "-notebook.cell.executeAndInsertBelow",
|
"command": "whichkey.show",
|
||||||
"when": "notebookCellListFocused && notebookCellType == 'markup' || notebookCellListFocused && notebookMissingKernelExtension && !notebookCellExecuting && notebookCellType == 'code' || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelCount > 0 || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelSourceCount > 0"
|
"when": "neovim.mode != 'insert' && !inputFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "alt+enter",
|
"key": "alt+enter",
|
||||||
|
@ -299,5 +299,5 @@
|
||||||
"key": "tab",
|
"key": "tab",
|
||||||
"command": "-editor.action.inlineSuggest.commit",
|
"command": "-editor.action.inlineSuggest.commit",
|
||||||
"when": "inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorHoverFocused && !editorTabMovesFocus && !suggestWidgetVisible"
|
"when": "inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorHoverFocused && !editorTabMovesFocus && !suggestWidgetVisible"
|
||||||
},
|
}
|
||||||
]
|
]
|
Loading…
Add table
Reference in a new issue