mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-16 02:41:47 +01:00
VSCode changes
This commit is contained in:
@ -29,5 +29,37 @@
|
||||
"key": "ctrl+z",
|
||||
"command": "-undo",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user