Lines Matching full:move
17 The first thing to learn is how to move up and down a document. To move your
20 >> Now type C-n multiple times and move your cursor past this line.
22 Congratulations. You have now learned how to move your cursor down. To move
26 >> Try using C-p and C-n to move up and down and then move past this line.
28 The next commands to learn are how to move your cursor left and right. To do
37 Now that you've learned how to move single characters at a time, next we learn
38 how to move one word at a time. To do this, you can use M-f (Meta and f) or
39 M-b (Meta and b) to move forwards and backwards, one word at a time.
54 >> Now move the cursor down to this line and then type C-l (that's Control and
59 To move to the beginning or end of a line, you can use the Home and End keys,
60 or you can use C-a and C-e to move to the beginning and end.
62 >> Use C-a and C-e to move to the beginning and end of this line.
64 The next commands we will learn is how to move up and down, one page at a time.
69 >> Try using M-v and C-v to move up and down, one page at a time.
72 M-> (Meta-Greater than) which move you to the beginning and end of a file,
82 C-f Move forward one character (can also use right arrow key).
83 C-b Move backward one character (can also use left arrow key).
84 C-p Move up one line (can also use up arrow key).
85 C-n Move down one line (can also use down arrow key).
86 M-f Move forward one word.
87 M-b Move backward one word.
88 C-a Move to beginning of line (can also use Home key).
89 C-e Move to end of line (can also use End key).
90 C-v Move forward one page (can also use PgDn/Page Down key).
91 M-v Move backward one page (can also use PgUp/Page Up key).
92 M-< Move to beginning of file.
93 M-> Move to end of file.
99 >> Type C-u 5 C-f to move forward 5 characters.
103 When using these two commands with an argument, they move the cursor by that
124 To insert text anywhere, simply move your cursor to the appropriate position
153 move your cursor to the new location and then use C-y to paste it there.
194 paste the text that you just cut, simply move your cursor to the point and
197 to restore it immediately, then move to the region you want to copy it to and
202 the starting point to cut or copy. Then move the cursor to the end point of the
207 To paste the region that you've cut or copied above, simply move your cursor
225 that your cursor is currently on. If you move the cursor around, you
286 >> Use C-x o to move from one window to the other. You can scroll up and down
294 keys to move to the buffer you wish to switch to, and then type the Enter key to
297 You may also move back to the last opened buffer by using C-x b to toggle back