December 2018
Beginner
320 pages
8h 57m
English
This is the default mode of vi editor. In this mode, most navigation and browsing of file content is performed. Besides the navigation of file content, we also perform cut, delete, copy, and paste operations in Command Mode. The following table describes the popular navigation operations of Command Mode:
|
KEY |
USAGE |
|
Move by character |
|
|
Arrow keys |
For moving the cursor up, down, left, and right |
|
j or <enter> |
For move the cursor one line down |
|
k |
For move the cursor one line up |
|
h or Backspace |
For move the cursor one character left |
|
l or Space |
For move the cursor one character right |
|
Move by word |
|
|
w |
For moving the cursor to the beginning of the next word |
|
b |
For moving the cursor to the ... |
Read now
Unlock full access