bradsokol / VcsGutter

A plugin for Sublime Text 2 and 3 to show diffs from Git, Mercurial, or Subversion in the editor's gutter.
MIT License
95 stars 20 forks source link

Port Next/Previous Change key commands from GitGutter #19

Closed kadamwhite closed 11 years ago

kadamwhite commented 11 years ago

GitGutter includes keyboard shortcuts to jump between changed parts of a file. This commit resolves #5 by porting that functionality from GitGutter's git_gutter_change.py file, and also copies over the associated keymap files.

bradsokol commented 11 years ago

This is one I've wanted too. Thanks!