mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-18 00:03:43 -05:00
Reverse inline diff mappings
References https://github.com/tpope/vim-fugitive/issues/1199
This commit is contained in:
@@ -264,11 +264,11 @@ X Discard the change under the cursor. This uses
|
||||
*fugitive_=*
|
||||
= Toggle an inline diff of the file under the cursor.
|
||||
|
||||
*fugitive_<*
|
||||
< Insert an inline diff of the file under the cursor.
|
||||
|
||||
*fugitive_>*
|
||||
> Remove the inline diff of the file under the cursor.
|
||||
> Insert an inline diff of the file under the cursor.
|
||||
|
||||
*fugitive_<*
|
||||
< Remove the inline diff of the file under the cursor.
|
||||
|
||||
P Invoke |:Git| add --patch or reset --patch on the file
|
||||
under the cursor. On untracked files, this instead
|
||||
|
||||
Reference in New Issue
Block a user