Basic Commands


There are over 100 commands in Neovim, and thankfully, you don't need to know all of them to use the text editor—just a few basic commands are enough.


Copy and Paste in Neovim

Instead of using Ctrl + C and Ctrl + V, Neovim uses y and p for copying and pasting lines:


Deleting Lines


Undo and Redo


Saving and Quitting


Searching


Back