How do I return to the place I was before pasting some yanked text?
And then back to where I was immediately after pasting?
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.
You can remap it if you’d like as well:
` jumps to a mark, and [ marks the location of the “first character of the previously changed or yanked text”.
As for going back to where you were after pasting, well, it’s the unsurprising
`].If you ever have a similar problem, you can always check out which marks exist with
:marks. Also, you might want to look at:help `[for more details.