Emacs: Setup Down Arrow Key for Screen Line or Logical Line
down arrow key move by visual line or logical line
New in emacs 23. [see Emacs 23.1 Features (released 2009-07)]
By default, arrow up/down moves by visual line.
(setq line-move-visual nil) ;; t for true, nil for false ;; 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 Init
Init Basics
Keys
Font
Text Editing
- Type Overwrite Selection
- Tab/Space/Indent Setup
- electric-pair-mode
- Isearch Whitespace Setup
- Move Cursor by camelCase
Completion
File
Restore Things
Backup/AutoSave
Line
- Show Line Numbers
- Show Cursor Column Position
- Highlight Current Line
- Setup Soft-Wrap Lines
- Hard-Wrap Lines
- Arrow Key Move by Logical Line
Appearance
- Highlight Brackets
- Set Color Theme
- Show Formfeed as Line
- Line Spacing
- Show lambda as λ
- Default Window Size
Misc
Advanced Init Tips
- What is Major Mode
- What is Minor Mode
- Show Variable Value, List Variables
- M-x customize
- Organize Init File
- Byte Compile Elisp
- What is Hook
- Avoid Lambda in Hook
- Environment Variables in Emacs
- Check OS, Version, Host Name