You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for something akin to :buffer for dirty and staged files.
Given this :G window:
Head: ticket-90210
Push: origin/ticket-90210
Help: g?
Untracked (1)
? bar.txt
Unstaged (2)
M baz.txt
M foo.txt
Staged (1)
A foo.txt
...the hypothetical command :Gbuffer (this is undoubtedly the wrong name since one can wipe a dirty/staged buffer), typing :Gbuffer<C-D> would produce:
bar.txt baz.txt foo.txt
IE, fuzzy-complete all the files Fugitive currently "cares" (probably the wrong word) about.
What do you think? Is this something that would be at home in Fugitive or no?
The text was updated successfully, but these errors were encountered:
I'm looking for something akin to
:buffer
for dirty and staged files.Given this
:G
window:...the hypothetical command
:Gbuffer
(this is undoubtedly the wrong name since one can wipe a dirty/staged buffer), typing:Gbuffer<C-D>
would produce:IE, fuzzy-complete all the files Fugitive currently "cares" (probably the wrong word) about.
What do you think? Is this something that would be at home in Fugitive or no?
The text was updated successfully, but these errors were encountered: