Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this keymapped in my
.vimrc
:This lets me open a vertical split and show the patches for each commit that touched the current file:
That's handy, but what I really want is to open a vertical split of commits and show the changes to the file in each commit in one split as I step through them in the other split (or maybe in a quickfix or location list). This is a little hard to visualize, but something like this:
etc.
Is there a way to achieve this, or something like it, with Fugitive?
Beta Was this translation helpful? Give feedback.
All reactions