Skip to content

Entering and Exiting Neovim

To run Neovim, open up a terminal and type the command nvim.

From here, you can press I to enter insert mode, and start typing.

To quit Neovim, press Esc or Ctrl + [ to enter normal mode, and type :q! to quit without saving the file.