Difference between revisions of "Navigation"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
; Page : In "*.el" files and other text files (for example {{Keys|C-h n}}), text is divided into "pages" delimited by `^L' character. This character can be entered with {{Keys|C-q C-l}} | ; Page : In "*.el" files and other text files (for example {{Keys|C-h n}}), text is divided into "pages" delimited by `^L' character. This character can be entered with {{Keys|C-q C-l}} | ||
− | {| | + | {| class="wikitable" |
|+ Key bindings for navigating text | |+ Key bindings for navigating text | ||
|- | |- | ||
− | + | ! Entity % Movement | |
− | + | ! Begin (Backward) | |
− | + | ! End (Forward) | |
− | + | ! Mark | |
− | + | ! Kill | |
|- | |- | ||
| ''Character'' | | ''Character'' |
Revision as of 13:27, 30 March 2012
- Sentence
- Remember You need to put two spaces after the full-stop.
- Page
- In "*.el" files and other text files (for example [C-h n]), text is divided into "pages" delimited by `^L' character. This character can be entered with [C-q C-l]
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] |