I am using vi in Solaris 10. I am yanking a range of lines by doing 283,295y
, and I do believe the yank
command is working as it says 12 lines
after I execute the command.
However when I try to copy the lines into the file p
or P
commands don't actually paste the yanked lines above or below the cursor!
p
or write:p
? Because pressingp
works in my case, writing doesn't. – polym Jul 24 '14 at 18:04p
orP
(SHIFT+p) works for individual yank/put (not a range like I need), not:p
or:P
– DemiSheep Jul 24 '14 at 18:06:283,295y
in VI (notice the:
), then press enter, then use arrows to move on the text and then press "P" or "p" and it doesn't work? I just tried it and it works... – Con7e Jul 24 '14 at 20:56:
meaningShift+:
-- Could me using Putty to ssh into the machine remotely be part of my problem? – DemiSheep Jul 25 '14 at 19:26