Provide ignoring maps

Closes https://github.com/tpope/vim-fugitive/issues/235
This commit is contained in:
Tim Pope
2019-07-23 20:42:34 -04:00
parent 2bfb6e9889
commit d90e912e46
2 changed files with 28 additions and 0 deletions

View File

@@ -270,6 +270,10 @@ X Discard the change under the cursor. This uses
*fugitive_<*
< Remove the inline diff of the file under the cursor.
*fugitive_gI*
gI Open .git/info/exclude in a split and add the file
under the cursor. Use a count to open .gitignore.
P Invoke |:Git| add --patch or reset --patch on the file
under the cursor. On untracked files, this instead
calls |:Git| add --intent-to-add.
@@ -352,6 +356,10 @@ gP Jump to "Unpulled" section.
*fugitive_gr*
gr Jump to "Rebasing" section.
*fugitive_gi*
gi Open .git/info/exclude in a split. Use a count to
open .gitignore.
*fugitive_c*
Commit mappings ~