Skip to content

Instantly share code, notes, and snippets.

@tado
Created November 28, 2017 08:48
Show Gist options
  • Save tado/975113a0a9d8c67c25c0c241acb1f5ed to your computer and use it in GitHub Desktop.
Save tado/975113a0a9d8c67c25c0c241acb1f5ed to your computer and use it in GitHub Desktop.
[
{
"key": "ctrl+i",
"command": "editor.action.formatDocument",
"when": "editorTextFocus"
},
{
"key": "ctrl+j",
"command": "-editor.action.insertLineAfter",
"when": "editorTextFocus"
},
{
"key": "ctrl+j",
"command": "-editor.action.joinLines",
"when": "editorTextFocus && !editorReadonly"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment