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've used fugitive in the past. The sequence I'm familiar with is
:Gvdiffsplit to diff against index
:bd to close the fugitive buffer when I'm done
:diffoff is automatic in the working buffer
Replicating this in gitsigns:
:Gitsigns diffthis
:bd to close the gitsigns index buffer
must :diffoff in working buffer manually
If I don't :diffoff manually in the working buffer, then :Gitsigns diffthis will refuse to start later on, presumably because it's already in diff mode.
Is there something I'm missing here, that would exit diff mode automatically? Should I be doing something other than :bd on the index buffer? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've used fugitive in the past. The sequence I'm familiar with is
:Gvdiffsplit
to diff against index:bd
to close the fugitive buffer when I'm done:diffoff
is automatic in the working bufferReplicating this in gitsigns:
:Gitsigns diffthis
:bd
to close the gitsigns index buffer:diffoff
in working buffer manuallyIf I don't
:diffoff
manually in the working buffer, then:Gitsigns diffthis
will refuse to start later on, presumably because it's already in diff mode.Is there something I'm missing here, that would exit diff mode automatically? Should I be doing something other than
:bd
on the index buffer? Thanks!Beta Was this translation helpful? Give feedback.
All reactions