NeoVim is a modal editor, primarily featuring the following modes:
- Normal Mode: The default mode for navigating, deleting, copying, and pasting text. Press
Escto return to this mode from others. - Insert Mode: Used for typing text. Enter it with keys like
i,a,o.