Created
March 4, 2019 09:08
-
-
Save jvegaf/300fcc5e1a5585527239688ffcd23788 to your computer and use it in GitHub Desktop.
Brackets shortcuts Windows
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
"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