This is a cheat sheet for Neovim to track several useful commands and keybindings. I’m currently using a distribution of LunarVim
For a basic vim cheatsheet use this page
Navigation
Normal Mode
G
— Go to bottom of file
gg
— Go to top of file
Editing / Formatting
Normal Mode
gww
— Wrap current line at word boundaries
LSP
Normal Mode
gd
— Go to definition
gl
— view diagnostics in hover window