emacs follow-mode
Table of Contents
Follow mode does the following:
when you have 2 windows in the same frame showing the same buffer, show the buffer in them like they combine to a VERY TALL VIRTUAL WINDOW
, with the following behaviour:
- from left to right, mark them 1,2,3…
- adjacent window are connected:
- if 1 have line 36 at bottom, window 2 will have line 371.
- when cursor goes beyond window and an adjacent window in that direction exists, move to that window
- if no such window exist, scroll every window displaying this file
TOGETHER
or, as in Wai Hon’s words:
It is hard to explain. Try it yourself:
- open a long file
- C-x 3
- M-x follow-mode
Backlinks
emacs
Emacs is an editor featuring:
- an interactive elisp runtime that also controls the editor behaviour
- extensibility such that software code and user code are effectly the same language with the same privillage
- lots and lots of extension packages
- convenient keybinding system and command search
- org-mode
- doom emacs
- emacs allow primitive programming
- emacs follow-mode
- emacs themes
- emacs dash
- python notebook in emacs org-mode
- emacs tip: manual async
- selecting multiple item from completion in emacs
- .dir-locals.el
- emacs in batch
- emacs async
Footnotes:
1
or remain of line 36 if you have line-wrap and a super long line