The command p pastes below the cursor and P pastes above the cursor. What\'s the command to paste in the line where cursor is?
divide the line into 2 wherever you want to insert
paste the section between them
merge the 3 lines with j as described here (Delete newline in Vim)
works, but tedious, and had to think about, look it up => vi and emacs are garbage software