Hacker News new | ask | show | jobs
by dktbs 4122 days ago
Emacs provides this with Follow Mode:

http://www.gnu.org/software/emacs/manual/html_node/emacs/Fol...

1 comments

Interestingly I find the default behavior more helpful. Usually if there are any declarations or some init code at the top and some use of those later, I would want to view the top of the file in one column and work or edit in another part without having both scroll synchronously.

Sometimes I have the same file open in 3 or 4 columns if I need to see what is happening in multiple parts of the code in front of me.