The cursor movement commands control how the cursor is moved around the buffer.
backward-char(2) (C-b) Move the cursor left
backward-line(2) (C-p) Move the cursor to the previous line
backward-paragraph(2) (esc p) Move the cursor to the previous paragraph
backward-word(2) (esc b) Move the cursor to the previous word
beginning-of-buffer(2) (esc <) Move to beginning of buffer/file
beginning-of-line(2) (C-a) Move to beginning of line
end-of-buffer(2) (esc >) Move to end of buffer/file
end-of-line(2) (C-e) Move to end of line
forward-char(2) (C-f) Move the cursor right
forward-line(2) (C-n) Move the cursor to the next line
forward-paragraph(2) (esc n) Move the cursor to the next paragraph
forward-word(2) (esc f) Move the cursor to the next word
goto-line(2) (esc g) Move the cursor to specified line
goto-matching-fence(2) (esc C-f) Move the cursor to matching fence
list-commands(2) (C-h c) List available commands
list-variables(2) (C-h v) List defined variables
recenter(2) (C-l) Recenter the window (refresh the screen)
universal-argument(2) (C-u) Set the command argument count
$fmatchdelay(5) Fence matching delay time
(c) Copyright JASSPA 1999
Last Modified: 1999/07/12
Generated On: 1999/07/16