Step 4 of 5

Insert mode

Insert mode

Insert mode is where text entry happens.

The simplest way in is the i key from normal mode: it starts inserting before the cursor. Once you’re in, every key types a character, just like the editors you’re used to. When you’re done, Escape drops you back to normal mode.

Watch the statusline while you do it — NOR becomes INS the moment you press i, and flips back when you leave.

This is the rhythm of modal editing: dip into insert mode, type, come back home. Work through the checklist below to try it out.

  1. Enter insert mode Click on the editor — the statusline flips to INS the moment you press i.
  2. Type something, then drop back to normal mode Type anything — your name, your favorite food — NOR comes back the moment you hit Escape.
Enter insert mode Click on the editor — the statusline flips to INS the moment you press i.

Next: Type something, then drop back to normal mode

Loading editor…