code.twelvefourseven.net

Vim

Published on: 2026-02-22

Note that everything that works in Vim should also work in Neovim. Neovim is a superset of Vim.

:noh :%y :m+2 = move current line down by 2 ci< = change inside

0 = jump to start of line $ = jump to end of line gg = jump to beginning of file 12gg = jump to line 12 G = jump to end of file

= unfold za = toggle fold zA = toggle all folds zc = close fold zC = close all folds zo = open fold zO = open all folds


buffers

https://medium.com/usevim/vim-101-buffers-cf22c0cc37df


p, P, substitution command(?) /, n, N


© 2026 Whit Waltman