Skip to content

Instantly share code, notes, and snippets.

@iagosrodrigues
Created April 18, 2019 12:06
Show Gist options
  • Save iagosrodrigues/6f5970ad8f0fe00239dff730b3866ced to your computer and use it in GitHub Desktop.
Save iagosrodrigues/6f5970ad8f0fe00239dff730b3866ced to your computer and use it in GitHub Desktop.
Keybindings from Work
[
{
"key": "f9",
"command": "-editor.debug.action.toggleBreakpoint",
"when": "editorTextFocus"
},
{
"key": "f9",
"command": "-sortLines.sortLines",
"when": "editorTextFocus"
},
{
"key": "f9",
"command": "sortLines.sortLinesLineLength"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment