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
PIn visual mode -> paste but does not copy the selection
"_dDelete without yanking