Skip to content

Neovim Cheat Sheet

Personal shortcuts and configuration tips for Neovim.

Core Shortcuts

  • i: Insert mode
  • v: Visual mode
  • ESC: Return to Normal mode
  • :w: Save
  • :q: Quit
  • h, j, k, l: Left, Down, Up, Right
  • w: Move forward by word
  • b: Move backward by word
  • G: Go to end of file
  • gg: Go to start of file

Custom Mappings

(Add your personal mappings here)