i want to yank multiple lines in a single register in vim, to easily paste different text templates in a document.
for example, "iyy yanks only the the current line, if i try to select multiple lines in visual-mode, it isn't written into the register.
any suggestions?