Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 738 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 738 Bytes

textobj-gitgutter

This vim plugin provides a git change-hunk text object. The following plugins are required for it to work:

The gitgutter plugin displays signs on lines that have been added/removed/modified. It also exposes an array of hunk metadata which is used by this plugin.

Usage

The default mapping ihfor an inner hunk. See the included documentation on how to change this to your own key mapping.

Installation

I recommend installing it via vundle (https://github.com/gmarik/vundle):

Bundle 'gilligan/textobj-gitgutter'