keybindings.json
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "shift+cmd+o",
"command": "workbench.action.quickOpen"
},
{
"key": "cmd+]",
"command": "workbench.action.navigateForward"
},
{
"key": "cmd+1",
"command": "-workbench.action.focusFirstEditorGroup"
},
{
"key": "cmd+1",
"command": "bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "cmd+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "cmd+[",
"command": "-editor.action.outdentLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "cmd+[",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+-",
"command": "-workbench.action.navigateBack"
},
{
"key": "cmd+]",
"command": "-editor.action.indentLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "cmd+u",
"command": "-cursorUndo",
"when": "textInputFocus"
},
{
"key": "cmd+u",
"command": "editor.action.transformToUppercase"
},
{
"key": "cmd+l",
"command": "-expandLineSelection",
"when": "textInputFocus"
},
{
"key": "cmd+l",
"command": "workbench.action.gotoLine"
},
{
"key": "ctrl+g",
"command": "-workbench.action.gotoLine"
},
{
"key": "cmd+e",
"command": "-actions.findWithSelection"
},
{
"key": "cmd+e",
"command": "emmet.expandAbbreviation"
}
]
To prevent sourcetree from showing the file diffs for known useless files that will cause it to hang (like package-lock.json): Go to Preferences > Diff > Ignore File Patterns and add the filename to the comma separated list.
How to increase mat-list height with an increase in textarea height?
Beginner
Although pdfkit docs make it seem like you always have to be the one to add a new page via doc.addPage() but that is not the case!