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.