Last active
March 3, 2019 13:58
-
-
Save jvegaf/bd276d2c34450276d7cef74dcd0b83e4 to your computer and use it in GitHub Desktop.
Brackets shorcuts Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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