Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 378 Bytes

tip15.md

File metadata and controls

12 lines (7 loc) · 378 Bytes

Tip15: Paste from a Register Without Leaving Insert Mode

tip15

yt,

yank the words Practical Vim into the yank register

<C-r>0

<C-r>{register}: paste the text that we just yanked at the current cursor position; <C-r><C-p>{register}: insert text literally and fix any unintended indentation.