34 lines
877 B
JSON
34 lines
877 B
JSON
[
|
|
{
|
|
"key": "shift+alt+f",
|
|
"command": "editor.action.formatDocument",
|
|
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor",
|
|
},
|
|
{
|
|
"key": "alt+a d",
|
|
"command": "cSpell.addWordToWorkspaceSettings",
|
|
},
|
|
{
|
|
"key": "ctrl+shift+`",
|
|
"command": "workbench.action.createTerminalEditor",
|
|
},
|
|
{
|
|
"key": "ctrl+shift+`",
|
|
"command": "-workbench.action.terminal.new",
|
|
"when": "terminalProcessSupported || terminalWebExtensionContributedProfile",
|
|
},
|
|
{
|
|
"key": "ctrl+shift+g r",
|
|
"command": "gitlens.git.rebase",
|
|
},
|
|
{
|
|
"key": "ctrl+shift+g c",
|
|
"command": "-gitlens.showQuickCommitFileDetails",
|
|
"when": "editorTextFocus && !gitlens:disabled && config.gitlens.keymap == 'chorded'",
|
|
},
|
|
{
|
|
"key": "ctrl+shift+g p",
|
|
"command": "gitlens.pushRepositories",
|
|
},
|
|
]
|