We use cookies to understand how the site is used and to display ads. Analytics and advertising only run after you accept. You can change your choice anytime. Privacy policy

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

Vim / Neovim Cheatsheet

[editors]

Vim is a modal editor: the same keys do different things depending on the mode. This cheatsheet covers the commands you use daily: normal-mode motions and editing, insert mode, visual selection, search and replace, registers, buffers, windows, tabs, and macros.

Keys are shown in Vim notation: w moves word-by-word, dd deletes a line, and so on. Master these and you never touch the mouse again.