anyone else feel like they need at least two emacs windows open on the same file to grok a project when reading its code?
can't have one #emacs window with #magit, and one without… any tips? am I missing something?
@meena what do you mean by "window with magit" and "a window without magit"?
@kuba I want one window with magit-blame, and I want another window, where I can just freely jump to definitions… but that does seem to work within the magit-blame window…
@kuba it's just confusing that the context of the diff you're looking at changes when you jump to a different definition that;
@meena you can use clone-indirect-buffer-other-window (C-x 4 c) to create a new buffer for the same file, and then run magit-blame on one of them
@kuba fantastic, thank you!