Last Updated: February 25, 2016
·
1.65K
· jisaacks

Sublime Text - See line changes in gutter

I just release GitGutter, a Sublime Text 2 plugin to see line changes since the last git commit in the gutter.

Screenshot

screenshot


endorse

2 Responses
Add your response

Wow, cool! Didn't know ST2 plugins can do that. Can I manually invoke the diff view?

over 1 year ago ·

Well, thats not really built into it, but as long as it as been invoked once before (meaning its in the collection of views it is keeping track of) you can type "ctrl+`" to open the console and run:

view.run_command("git_gutter")

Although I may add that as a feature in the future. Glad you like it.

over 1 year ago ·