NeoVim
- Press
to go back to Normal Mode.
Moving Around
moves cursor Left moves cursor Right moves cursor Down moves cursor Up
Exiting NVim:
Steps:
- Get to normal mode
- :q!
This quits the editor, discarding any changes made. - :wq
This quits the editor, saving any changes made. - :qa!
Exists all the open windows at once, discarding any changes.
Editing file:
Normal mode:
-