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