VIM multi line paste

In vim it’s possible to use Ctrl+V to select multiple lines and then p to paste something to each of them. It doesn’t seem to work for me.
Thanks

Specs:
Arch 6.3.1-arch1-1
Obsidian 1.2.8

Hey @Deviner - as an avid Vim user myself - I tried this out in Obsidian and Vim. It currently works the same in both, so perhaps I am missing something.

If for example I use

Vim test
line 1
line 2
line 3

yes

Select the yes line with yank, and then select lines 1-3 using Cmd-V and do p it pastes in just yes.

Also does this in MacVim.

Thank you @narath
Unfortunately on linux it doesn’t work for me. Here is the video of how it works. I used “y” to yank and “p” to paste. It pastes only the first row.