mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 14:23:51 -05:00
Provide ignoring maps
Closes https://github.com/tpope/vim-fugitive/issues/235
This commit is contained in:
@@ -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 ~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user