mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-14 18:11:52 +01:00
VSCode changes
This commit is contained in:
@ -29,5 +29,37 @@
|
|||||||
"key": "ctrl+z",
|
"key": "ctrl+z",
|
||||||
"command": "-undo",
|
"command": "-undo",
|
||||||
"when": "notebookEditorFocused"
|
"when": "notebookEditorFocused"
|
||||||
|
},
|
||||||
|
|
||||||
|
// Toggle between terminal and editor focus
|
||||||
|
{
|
||||||
|
"key": "ctrl+'",
|
||||||
|
"command": "workbench.action.terminal.focus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+'",
|
||||||
|
"command": "workbench.action.focusActiveEditorGroup",
|
||||||
|
"when": "terminalFocus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "alt+right",
|
||||||
|
"command": "workbench.action.moveEditorToNextGroup"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+alt+right",
|
||||||
|
"command": "-workbench.action.moveEditorToNextGroup"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "alt+left",
|
||||||
|
"command": "workbench.action.moveEditorToPreviousGroup"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+alt+left",
|
||||||
|
"command": "-workbench.action.moveEditorToPreviousGroup"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+c",
|
||||||
|
"command": "-workbench.action.terminal.openNativeConsole",
|
||||||
|
"when": "!terminalFocus"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"editor.multiCursorModifier": "ctrlCmd",
|
"editor.multiCursorModifier": "ctrlCmd",
|
||||||
"editor.renderWhitespace": "trailing",
|
"editor.renderWhitespace": "none",
|
||||||
"editor.suggestSelection": "recentlyUsed",
|
"editor.suggestSelection": "recentlyUsed",
|
||||||
"editor.accessibilitySupport": "off",
|
"editor.accessibilitySupport": "off",
|
||||||
"explorer.confirmPasteNative": false,
|
"explorer.confirmPasteNative": false,
|
||||||
@ -78,7 +78,7 @@
|
|||||||
},
|
},
|
||||||
"notebook.lineNumbers": "on",
|
"notebook.lineNumbers": "on",
|
||||||
"notebook.output.scrolling": true,
|
"notebook.output.scrolling": true,
|
||||||
"jupyter.askForKernelRestart": true,
|
"jupyter.askForKernelRestart": false,
|
||||||
"jupyter.widgetScriptSources": [
|
"jupyter.widgetScriptSources": [
|
||||||
"jsdelivr.com",
|
"jsdelivr.com",
|
||||||
"unpkg.com"
|
"unpkg.com"
|
||||||
@ -222,4 +222,6 @@
|
|||||||
"ltex.additionalRules.enablePickyRules": true,
|
"ltex.additionalRules.enablePickyRules": true,
|
||||||
"ltex.additionalRules.motherTongue": "it",
|
"ltex.additionalRules.motherTongue": "it",
|
||||||
"ltex.statusBarItem": true,
|
"ltex.statusBarItem": true,
|
||||||
|
"editor.mouseWheelScrollSensitivity": 1.5,
|
||||||
|
"git.openRepositoryInParentFolders": "never",
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user