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
While using fugitive with coc-git (great combination btw.), I've noticed it might make sense to show the staged status of lines in the gutter bar as well.
With this feature it might make sense to also integrate a command like git.chunkUnstage.
This allows simple staged-toggling of chunks.
The text was updated successfully, but these errors were encountered:
I know, but git.chunkUndo really undos the chunk (similar as git checkout -p), which seldom is what I want.
And I'm proposing git.chunkUnstagebecause there is a git.chunkStage. git.chunkUnstage should be more similar as git reset -p.
And to show the user if something is already staged, which makes sense in the context of quickly staging and unstaging chunks, it should be shown in the gutter bar.
If I do git.chunkUndo, it really is away for me (like git checkout -p), it also isn't working if the chunk is already staged.
But I'll look into this and probably do a PR
While using fugitive with coc-git (great combination btw.), I've noticed it might make sense to show the staged status of lines in the gutter bar as well.
With this feature it might make sense to also integrate a command like
git.chunkUnstage
.This allows simple staged-toggling of chunks.
The text was updated successfully, but these errors were encountered: