You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tip15: Paste from a Register Without Leaving Insert Mode
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.