What would be simplest way to change the case of a rectangle?
None of the short-cuts mentioned in the manual talk about this. Do I have to add a custom binding to do that? And while we are at it, how do I search only within a rectangle?
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.
It’s easy with using
cua-mode‘s rectangle selection support:You can then select rectangles by pressing C-RET and moving the cursor. To upcase that region, just use the usual
upcase-regioncommand, bound to M-U by default.