Closed andriijas closed 11 years ago
It already has that functionality, you just need to open the gist first in sublime
You can use Tools
- Gist
- Open Gist in Browser
option or create a key binding for this command, for example
Windows & Linux
{ "keys": ["ctrl+k", "ctrl+b"], "command": "gist_open_browser" }
Mac OS X
{ "keys": ["super+k", "super+b"], "command": "gist_open_browser" }
Would be cool with a quick "open gist in browser" in the command palette!