matkv.dev


Neovim

Tags:

Quick reference for useful Neovim keybinds and tips & tricks.

KeybindDescription
cibChange inside brackets
ciqChange inside quotes
cisChange current sentence
_Go to the beginning of the line (first character)
ZZSave and close (works also on splits)
ZQClose without saving
:s/foo/bar/Find & replace
:s/foo/bar/gcFind & replace with confirmation
I & AInsert at the beginning/end of the line
P (visual mode)Paste without overwriting the clipboard
"_dDelete without yanking