mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
45 lines
894 B
JSON
Executable File
45 lines
894 B
JSON
Executable File
// Place your key bindings in this file to override the defaults
|
|
[
|
|
{
|
|
"key": "ctrl+alt+b",
|
|
"command": "bookmarks.toggle",
|
|
"when": "editorTextFocus"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+t",
|
|
"command": "workbench.action.terminal.new"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+alt+right",
|
|
"command": "editor.emmet.action.nextEditPoint"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+alt+t",
|
|
"command": "editor.emmet.action.matchTag"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+alt+p",
|
|
"command": "editor.emmet.action.wrapWithAbbreviation"
|
|
},
|
|
{
|
|
"key": "ctrl+alt+t",
|
|
"command": "workbench.action.terminal.focus"
|
|
},
|
|
{
|
|
"key": "ctrl+alt+t",
|
|
"command": "workbench.action.focusActiveEditorGroup",
|
|
"when": "terminalFocus"
|
|
},
|
|
{
|
|
"key": "alt+e",
|
|
"command": "workbench.action.focusActiveEditorGroup"
|
|
},
|
|
{
|
|
"key": "ctrl+alt+e",
|
|
"command": "python.execInTerminal"
|
|
},
|
|
{
|
|
"key": "ctrl+alt+n",
|
|
"command": "explorer.newFile"
|
|
}
|
|
] |