Difference between revisions of "Navigation"

From WikEmacs
Jump to navigation Jump to search
Line 14: Line 14:
 
! Kill
 
! Kill
 
|-
 
|-
| ''Character''
+
!Character
 
| {{Keys | C-b}}
 
| {{Keys | C-b}}
 
| {{Keys | C-f}}
 
| {{Keys | C-f}}
Line 20: Line 20:
 
| {{Keys | C-d}}
 
| {{Keys | C-d}}
 
|-
 
|-
| ''Word''
+
!Word
 
| {{Keys | M-b}}
 
| {{Keys | M-b}}
 
| {{Keys | M-f}}
 
| {{Keys | M-f}}
Line 26: Line 26:
 
| {{Keys | M-d}}
 
| {{Keys | M-d}}
 
|-
 
|-
| ''Line''
+
!Line
 
| {{Keys | C-a}}
 
| {{Keys | C-a}}
 
| {{Keys | C-e}}
 
| {{Keys | C-e}}
Line 32: Line 32:
 
| {{Keys | C-k}}
 
| {{Keys | C-k}}
 
|-
 
|-
| ''Sentence''
+
!Sentence
 
| {{Keys | M-a}}
 
| {{Keys | M-a}}
 
| {{Keys | M-e}}
 
| {{Keys | M-e}}
Line 38: Line 38:
 
| {{Keys | M-k}}
 
| {{Keys | M-k}}
 
|-
 
|-
| ''Paragraph''
+
! Paragraph
 
| {{Keys | M-{ }}
 
| {{Keys | M-{ }}
 
| {{Keys | M-} }}
 
| {{Keys | M-} }}
Line 44: Line 44:
 
| {{Keys | {{Keys | M-h C-w}}
 
| {{Keys | {{Keys | M-h C-w}}
 
|-
 
|-
| ''Page''
+
! Page
 
| {{Keys | C-x [ }}  
 
| {{Keys | C-x [ }}  
 
| {{Keys | C-x ] }}
 
| {{Keys | C-x ] }}

Revision as of 13:36, 30 March 2012


Navigation

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]
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]