#Gulp.js Sublime Text 2 & 3 Snippets
This is a Sublime Text package Gulp Sublime Text Snippets and a plugin "Open browser" Just select the name of plugin and press, you will be on the plugin docs!
####add in Keys-Bindings-User####
[
{ "keys": ["ctrl+alt+g"], "command": "open_browser", "args": {"url": "https://npmjs.org/package/%s"}}
]
Change at your convenance!
This package is not in wbond's repository, so you gotta use Terminal and git to install it.
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
or
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
cd $HOME/.config/Sublime\ Text\ 2/Packages
cd "%AppData%\Sublime Text 2\Packages\
or
cd "%AppData%\Sublime Text 3\Packages\
git clone [email protected]:manolenso/gulp-sublime-snippets.git
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D