← All lessons

2. Vim Is A Modal Editor

Step 5 of 5

Insert mode

Insert mode is used for entering text into Vim.

There are a couple of ways to enter insert mode — the simplest is to use the i key from normal mode

Click on the editor, hit the i key, and then type something. When you’re done, hit escape to drop back into normal mode.

Loading editor…