Learning the basics of NeoVim and Vim
- Keybindings explanation of NVChad Documentation
- Moving the cursor
- Exiting Vim or NeoVim
- Deleting characters or lines
- Appending text - adding text to the end of the line
- Insert text before the cursor
- Deleting
- Operators and Motion
- How to open terminal in NeoVim
- How to access NVChad Cheatsheet
- How to comment lines in normal mode
- How to toggle the line numbers
- Navigating your cursor in INSERT mode in NVChad
- How to select a text
- How to search inside your file
- How to open the file tree?
- How to insert at the end of the line
- How to switch between terminal and editor
- How to copy paste