Neovim Cheat Sheet
Personal shortcuts and configuration tips for Neovim.
Core Shortcuts
i: Insert modev: Visual modeESC: Return to Normal mode:w: Save:q: Quit
Navigation
h,j,k,l: Left, Down, Up, Rightw: Move forward by wordb: Move backward by wordG: Go to end of filegg: Go to start of file
Custom Mappings
(Add your personal mappings here)