Emacs Init: Arrow Key for Screen Line or Logical Line
Up/down arrow key move by visual line or logical line
New in Emacs 23 (date 2009-07)
By default, arrow up/down moves by visual line.
;; up/down arrow move based on logical lines (newline char) or visual line (setq line-move-visual nil) ;; default is t
Arrow Up/Down Scrolls Screen
Alt+x scroll-lock-mode. When on, up/down arrow keys scroll the page, instead of moving the cursor.
This only turns it on in current buffer. There is no global setting.
Emacs Lines, Column, Cursor Position
Soft-Wrap Lines
- Emacs: Visual Line Mode
- Emacs: Toggle Word Wrap
- Emacs: Line Wrap
- Emacs: Novel Reading Mode 📜
- Emacs: Toggle Line Spacing Command 📜
Reformat Lines
- Emacs: Hard-Wrap Lines (fill-region)
- Emacs: Reformat to Long Lines (unfill-region) 📜
- Emacs: Reformat Lines for Source Code 📜