Provide "i"

This is a weird one, and might get axed.
This commit is contained in:
Tim Pope
2019-02-18 17:20:52 -05:00
parent 755554bb3c
commit f259fd5d6d
2 changed files with 24 additions and 2 deletions

View File

@@ -273,6 +273,11 @@ X Discard the change under the cursor. This uses
*fugitive_>*
> Remove the inline diff of the file under the cursor.
*fugitive_i*
i On untracked files, call |:Git| add --intent-to-add.
Otherwise, move to next hunk, expanding inline diffs
automatically.
*fugitive_dd*
dd Perform a |:Gdiff| on the file under the cursor.