condemil / gist

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

Copy raw Gist URL #26

Closed simonexmachina closed 12 years ago

simonexmachina commented 12 years ago

It would be awesome to be able to copy the link to the Raw code from the Gist, like clicking on the Raw link on the gist.

steffex commented 12 years ago

@simonvwade: this is currently possible if you want to use a keyboard shortcut after opening the Gist.

Add the following to your keyboard shortcuts:

{ "keys": ["super+k", "super+u"], "command": "gist_copy_url"}

simonexmachina commented 12 years ago

Great, thanks.

steffex commented 12 years ago

@condemil i think the issue is hereby resolved :)

simonexmachina commented 12 years ago

Ah yes, good point!