Skip to content

Instantly share code, notes, and snippets.

@tado
Created July 20, 2018 09:40
Show Gist options
  • Select an option

  • Save tado/5bb37fb19c9b2a0fb9a876163589ff78 to your computer and use it in GitHub Desktop.

Select an option

Save tado/5bb37fb19c9b2a0fb9a876163589ff78 to your computer and use it in GitHub Desktop.
VS Code key setting
[
{
"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