I want to select or highlight a block in Emacs without using the mouse, but doing it from the keyboard like Vim’s visual mode. What is the easiest way to do this from a keyboard?
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.
Take a look at region-rectangle in Emacs.
In short, you start selection like usual with Control–Space, then kill region with Control–x r k and paste (or yank) killed block with Control–x r y.