Movement Commands
Some versions of vi do not recognize extended keyboard keys (e.g., arrow keys, Page Up, Page Down, Home, Insert, and Delete); some do. All, however, recognize the keys in this section. Many users of vi prefer to use these keys, as it helps them keep their fingers on the home row of the keyboard. A number preceding a command repeats the movement. Movement commands are also used after an operator. The operator works on the text that is moved.
Character
|
Left, down, up, right (←, ↓, ↑, →). |
Spacebar |
Right. |
BACKSPACE |
Left. |
CTRL-H |
Left. |
Text
|
Forward, backward by “word” (letters, numbers, and underscore make up words). |
|
Forward, backward by “WORD” (only whitespace separates items). |
|
End of word. |
|
End of WORD. |
|
End of previous word. {vim} |
|
End of previous WORD. {vim} |
|
Beginning of next, current sentence. |
|
Beginning of next, current paragraph. |
|
Beginning of next, current section. |
|
End of next, current section. {vim} |
Lines
Long lines in a file may show up on the screen as multiple
lines. (They wrap around from one screen
line to the next.) While most commands work on the lines as
defined in the file, a few commands work on lines as they appear
on the screen. The vim option
wrap
allows you to control how
long lines are displayed.
|
First, last position of current line. |
|
First nonblank character of current line. |
|
First nonblank character of next, previous line. |
ENTER |
First ... |
Get Unix in a Nutshell, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.