Skip to content

Instantly share code, notes, and snippets.

@jvegaf
Last active March 3, 2019 13:58
Show Gist options
  • Save jvegaf/bd276d2c34450276d7cef74dcd0b83e4 to your computer and use it in GitHub Desktop.
Save jvegaf/bd276d2c34450276d7cef74dcd0b83e4 to your computer and use it in GitHub Desktop.
Brackets shorcuts Mac
{
"documentation": "https://github.com/adobe/brackets/wiki/User-Key-Bindings",
"overrides": {
"Cmd-Shift-L": "edit.splitSelIntoLines",
"Ctrl-Shift-Up": "edit.addCursorToPrevLine",
"Ctrl-Shift-Down": "edit.addCursorToNextLine",
"Cmd-Shift-D": "edit.duplicate",
"Ctrl-Shift-K": "edit.deletelines",
"Cmd-L": "edit.selectLine",
"Cmd-D": "cmd.addNextMatch",
"Cmd-Opt-1": "cmd.splitViewNone",
"Cmd-Opt-2": "cmd.splitViewVertical",
"Cmd-Opt-Shift-2": "cmd.splitViewHorizontal",
"Ctrl-G": "navigate.gotoLine",
"Cmd-Opt-Right": "navigate.nextDoc",
"Cmd-Opt-Left": "navigate.prevDoc",
"Cmd-R": "navigate.gotoDefinition",
"Cmd-P": "navigate.quickOpen",
"Cmd-Opt--": "edit.blockComment"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment