I have lines as below.

I am not able to select the all the lines in full. How do i do it?
I don’t want to use visual line selection mode, because if i copy and paste in line selection maode, they won’t start from the the same column
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Pressing $ will select to the end of each line.
Also, if you
:set virtualedit+=blockyou will be able to move the cursor past the end of the line when in visual block mode.