Skip to content

Instantly share code, notes, and snippets.

@jvegaf
Created March 4, 2019 09:08
Show Gist options
  • Save jvegaf/300fcc5e1a5585527239688ffcd23788 to your computer and use it in GitHub Desktop.
Save jvegaf/300fcc5e1a5585527239688ffcd23788 to your computer and use it in GitHub Desktop.
Brackets shortcuts Windows
"overrides": {
"Ctrl-Shift-L": "edit.splitSelIntoLines",
"Ctrl-Alt-Up": "edit.addCursorToPrevLine",
"Ctrl-Alt-Down": "edit.addCursorToNextLine",
"Ctrl-Shift-D": "edit.duplicate",
"Ctrl-Shift-K": "edit.deletelines",
"Ctrl-D": "cmd.addNextMatch",
"Alt-Shift-1": "cmd.splitViewNone",
"Alt-Shift-2": "cmd.splitViewVertical",
"Alt-Shift-8": "cmd.splitViewHorizontal",
"Ctrl-R": "navigate.gotoDefinition",
"Ctrl-P": "navigate.quickOpen",
"Ctrl-Alt--": "edit.blockComment"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment