Skip to content

Instantly share code, notes, and snippets.

@lwalthert
Created February 7, 2017 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lwalthert/d665ab8b25131e3d039886773a0f29d6 to your computer and use it in GitHub Desktop.
Save lwalthert/d665ab8b25131e3d039886773a0f29d6 to your computer and use it in GitHub Desktop.
Keybindings ctrl+enter
{
"key": "ctrl+enter",
"command": "editor.action.insertLineAfter",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+enter",
"command": "task.new",
"when": "editorTextFocus && editorLangId == 'todo'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment