Post

2 Cursor movement commands

KeystrokesCommand nameAction
C-fforward-charMoveforward one character (right).
C-bbackward-charMovebackward one character (left).
C-pprevious-lineMove toprevious line (up).
C-nnext-lineMove tonext line (down).
M-fforward-wordMove one wordforward.
M-bbackward-wordMove one wordbackward.
C-abeginning-of-lineMove tobeginning of line.
C-eend-of-lineMove toend of line.
M-eforward-sentenceMove forward one sentence.
M-abackward-sentenceMove backward one sentence.
M-}forward-paragraphMove forward one paragraph.
M-{backward-paragraphMove backward one paragraph.
C-vscroll-upMove forward one screen.
M-vscroll-downMove backward one screen.
C-x ]forward-pageMove forward one page.
C-x [backward-pageMove backward one page.
M-<beginning-of-bufferMove to beginning of file.
M->end-of-bufferMove to end of file.
(none)goto-lineGo to linen of file.
(none)goto-charGo to charactern of file.
C-lrecenterRedraw screen with current line in the center.
M- ndigit-argumentRepeat the next commandn times.
C-u nuniversal-argumentRepeat the next commandn times (four times if you omit n).
This post is licensed under CC BY 4.0 by the author.