Skip to content

Instantly share code, notes, and snippets.

@Snegovikufa
Created October 5, 2012 12:04
Show Gist options
  • Save Snegovikufa/3839437 to your computer and use it in GitHub Desktop.
Save Snegovikufa/3839437 to your computer and use it in GitHub Desktop.
Run custom builds from Sublime Text 2 prompt
// Create your own "my_build.sublime-build", mark it as active
// Open Preferences - Key bindings - User
// And add :
{
// ...
"keys": ["f8"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Build: "}.
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment