Post 2: Insert and Edit Commands in Vi Editor
1. Entering Insert Mode Vi starts in Normal Mode. To type or modify text, you must switch to Insert Mode using any of the following commands: Command Action i Insert text before the cursor I Insert text at the beginning of the current line a Append text after the cursor A Append text at the […]
Post 2: Insert and Edit Commands in Vi Editor Read More »
