Skip to content

Instantly share code, notes, and snippets.

@stowball
Created August 24, 2015 06:11
Show Gist options
  • Select an option

  • Save stowball/26146f13e512d7175aa6 to your computer and use it in GitHub Desktop.

Select an option

Save stowball/26146f13e512d7175aa6 to your computer and use it in GitHub Desktop.
Brackets Shortcut Overrides
{
"documentation": "https://github.com/adobe/brackets/wiki/User-Key-Bindings",
"overrides": {
"Ctrl-Alt-A": "cmd.findAllAndSelect",
"Ctrl-Alt-L": "navigate.showInFileTree",
"Ctrl-Alt-E": "navigate.showInOS",
"Ctrl-F5": "debug.refreshWindow",
"Ctrl-Shift-N": "debug.newBracketsWindow"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment