Emacs memo
Links
Useful Commands(but I forget often)
Change font size temporary
- Function : text-scale-adjust
- Shortcut : C-x C-0
- ref : 14.11 Text Scale
Wrap long line without real edit
- Function : toggle-truncate-lines
- ref : 14.21 Line Truncation
Wrap long line with real edit
- Function : auto-fill-mode
- ref : 25.6.1 Auto Fill Mode
Rectangular select
- Function : rectangle-mark-mode
- Shortcut : C-x SPC
- ref : 12.5 Rectangles