C-b or ← | Cursor back one character. |
M-b | Cursor back one word. |
C-f or → | Cursor forward one character. |
M-f | Cursor forward one word. |
C-p or ↑ | Go to the previous line. |
C-n or ↓ | Go to the next line. |
C-a | To the start of the line. |
C-e | To the end of the line. |
C-l | Rewrite the screen with the cursor in the middle. |
C-v | Go to the next page. |
M-v | Go to the previous page. |
M-< | Go to the top of the file. |
M-> | Go to the bottom of the file. |