condemil / gist

Sublime Text plugin for creating new Gists from selected text
MIT License
725 stars 136 forks source link

Open gist in browser #75

Closed andriijas closed 11 years ago

andriijas commented 11 years ago

Would be cool with a quick "open gist in browser" in the command palette!

deiga commented 11 years ago

It already has that functionality, you just need to open the gist first in sublime

condemil commented 11 years ago

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" }