Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
How to update log diff buffer with cursor
+2
−0
MWE
Using magit:
- Open log buffer:
ll
. - Open a commit diff:
ENT
. - Go back to log buffer without closing diff:
window-other
.
Question
Starting from the MWE above, is there a way to have the diff buffer update according to which commit your cursor is on?
This would be very convenient for traversing commit history.
Notes
I am using spacemacs.
0 comment threads