Created
October 5, 2012 12:04
-
-
Save Snegovikufa/3839437 to your computer and use it in GitHub Desktop.
Run custom builds from Sublime Text 2 prompt
This file contains 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
// 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