Vim What?Commandsp
p

The p command in Vim

Command

paste after

Paste the contents of the unnamed register after the cursor. For linewise yanks, pastes below the current line.
Examples
Related plugin

tpope/vim-unimpaired — ]p pastes after with auto-indent matching the current line. [p pastes before with indent.

Reference

Official Vim help for p

Learn every Vim command visually — right in your browser.

Add Vim What? to Chrome — Free

Also on Firefox.

Related commands