https://vim.rtorr.com/
h j k l - move around
:e, :e! - reload current file
G - go to the end of the file
gg - go to the beginning of the file
u - undo
x - delete character
dd - delete line
ctrl+z - close
/<type search regex> - search document
<shift>* - next search result
<shift># - prev search result
ctrl + b to move a page screen back or “up”
ctrl + f to move a page screen front or “down”
~~~~~ NV-Chad ~~~~~
<leader> = SPACE BAR
<leader>ch - toggle cheatsheet
<leader>x - close tab
Alt + h/i/v - toggle terminal (horizontal, middle, vertical)
~~~~~ Nvim-Tree ~~~~~
ctrl+h - move to tree
ctrl+l - move to edit open files
a - create new file/folder. To create folder add trailing / (or \ on windows)
d - delete file or folder