January 2001
Intermediate to advanced
480 pages
7h 22m
English
These commands will modify the line.
| a | Enter input mode and enter text after the current character. |
| A | Append text to the end of the line. Equivalent to $a. |
| [count]cmotion c[count]motion | Delete current character through the character that motion would move the cursor to and enter input mode. If motion is c, the entire line will be deleted and input mode entered. |
| C | Delete the current character through the end of line and enter input mode c$. Equivalent to c$. |
| S | Equivalent to cc. |
| D | Delete the current character through the end of line. Equivalent to d$. |
| [count]dmotion d[count]motion | Delete current character through the character that motion would move to. If motion is d, the entire line will be deleted. |
| i | Enter input ... |
Read now
Unlock full access