bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 98 forks source link

Clarify GitHub Blame command in README.md #77

Closed cletusw closed 9 years ago

cletusw commented 9 years ago

I had no idea until I looked at the code that you could select some text and then the GitHub Blame command would highlight that line in the blame. Maybe that could be noted in the README?

cletusw commented 9 years ago

Actually, it may make sense to extend this so that it brings you to whatever line you have the cursor at, even if nothing's selected. Just a thought.

bgreenlee commented 9 years ago

Thank you. That's actually true for the Remote URL commands as well. I'll merge this and then update those.

bgreenlee commented 9 years ago

I don't want to always highlighting the line the cursor is on because more often than not I just want to share the file's URL and not highlight a line.

cletusw commented 9 years ago

Sounds good. Thanks for a great plugin! On Feb 18, 2015 7:23 PM, "Brad Greenlee" notifications@github.com wrote:

I don't want to always highlighting the line the cursor is on because more often than not I just want to share the file's URL and not highlight a line.

— Reply to this email directly or view it on GitHub https://github.com/bgreenlee/sublime-github/pull/77#issuecomment-74989102 .