When using = to re-indent some text, what would be a good way of having the cursor end up at the end of the filtered output instead of at the beginning?
When using = to re-indent some text, what would be a good way of
Share
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 use
']to jump to the end afterward.=is anoperator, and thus automatically sets the[and]marks, which denote the beginning and end of the region on which the operator was used.