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
The way that claude.vim implements rewrite functionality is pretty nice: The edited file contents are written to a new split and a diff is automatically opened. It is basically a mix of :GpRewrite and :GpVnew.
It's possible to mirror this functionality with git and, e.g., fugitives :Gvdiff, but in that case I have to stage my changes beforehand. I could probably even automate this, by opening a split and copying the file contents there, before running :GpRewrite, and then diffing.
I'd still like to propose adding this directly to gp.nvim.
The text was updated successfully, but these errors were encountered:
The way that claude.vim implements rewrite functionality is pretty nice: The edited file contents are written to a new split and a diff is automatically opened. It is basically a mix of
:GpRewrite
and:GpVnew
.It's possible to mirror this functionality with git and, e.g., fugitives
:Gvdiff
, but in that case I have to stage my changes beforehand. I could probably even automate this, by opening a split and copying the file contents there, before running:GpRewrite
, and then diffing.I'd still like to propose adding this directly to gp.nvim.
The text was updated successfully, but these errors were encountered: