Navigation

From WikEmacs
Revision as of 17:13, 29 March 2012 by 101.63.128.184 (talk) (Created page with " = Navigation = ; Sentence : ''Remember'' You need to put two spaces at the end of a sentence. ; Page : In "*.el" files and other text files (see {{Keys|C-h n}}), text is div...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Navigation

Sentence
Remember You need to put two spaces at the end of a sentence.
Page
In "*.el" files and other text files (see [C-h n]), text is divided into "pages" delimited by `^L' character. This character can be entered with [C-q C-l]
Key bindings for navigating text
Entity % Movement Begin (Backward) End (Forward) Mark Kill
Character [ C-b] [ C-f] [ C-@] [ C-d]
Word [ M-b] [ M-f] [ M-@] [ M-d]
Line [ C-a] [ C-e] [ C-k]
Sentence [ M-a] [ M-e] [ M-k]
Paragraph M-{}} [ M-]} [ M-h] [ M-h] [ C-w]
Page [ C-x] [ [ C-x] ] [ C-x C-p]