vim Vim Registers

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Parameters

FunctionalityRegisters
default register""
history registers"[1-9]
yank register"0
named registers"[a-z], "[A-Z] same as "[a-z] but appends
recall current search pattern"/
small deletes (diw, cit, ...)"-
expression registers for simple math"=
black hole register to eliminate large chunks of deleted text from mem"_
last command":
last inserted text".
filename"%
clipboard"*
selected text"+
dropped text"~


Got any vim Question?