Next: Moving by Line, Up: Elemental Movement [Index]
Arrow keys move by character; can combine the arrow keys with the ‘<control>’ key to move by word.
Variable controlling number of lines of continuity when scrolling by screenfuls; default is 2.
* Moving by Character
Command | Key Binding | Purpose |
---|---|---|
forward-char | ‘C-f’ | Forward character |
backward-char | ‘C-b’ | Backward character |
next-line | ‘C-n’ | Next (visual) line |
previous-line | ‘C-p’ | Previous (visual) line |
point | return the value of point | |
point-min | minimum possible value of point | |
point-max | maximum possible value of point | |
buffer-end | return the far-end position of buffer | |
buffer-size | return the number of characters in buffer | |
goto-char | Set point to ‘POS’ | |
forward-char | Move point ‘COUNT’ chars foward | |
backward-char | Move point ‘COUNT’ chars backward | |
skip-chars-forward | ||
skip-chars-backward |