Skip to content
>_devvkit
$devvkit resources --cheatsheet vim-/-neovim-cheatsheet

Vim / Neovim Cheatsheet

[editors]

Vim is a highly configurable text editor built around modal editing. The core idea: different modes for inserting text (insert mode) versus manipulating text (normal mode). Once the modal paradigm clicks, it becomes the fastest way to edit code.

This cheatsheet covers the essentials to be productive: navigation, editing, searching, buffers, splits, and tabs. Start in normal mode and build muscle memory gradually.