mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Change :Gstatus U to g|
I want U for a full `git reset`. This will probably end up on X, but I don't want to do a second abrupt transition, so for now, the official map is the ungainly g|.
This commit is contained in:
@@ -59,10 +59,10 @@ that are part of Git repositories).
|
||||
q close status
|
||||
r reload status
|
||||
S |:Gvsplit|
|
||||
U |:Git| checkout
|
||||
U |:Git| checkout HEAD (staged files)
|
||||
U |:Git| clean (untracked files)
|
||||
U |:Git| rm (unmerged files)
|
||||
g| |:Git| checkout
|
||||
g| |:Git| checkout HEAD (staged files)
|
||||
g| |:Git| clean (untracked files)
|
||||
g| |:Git| rm (unmerged files)
|
||||
. enter |:| command line with file prepopulated
|
||||
|
||||
*fugitive-:Gcommit*
|
||||
|
||||
Reference in New Issue
Block a user