How to select or highlight a block in Emacs?

后端 未结 9 820
一向
一向 2020-12-22 20:37

I want to select or highlight a block in emacs without using mouse but doing it from the keyboard like vim\'s visual mode. What is the easiest way to do this from a keyboard

9条回答
  •  情歌与酒
    2020-12-22 21:05

    To expand answer of Edin Salkovic, if you use CUA mode, you can use to begin a visual block selection. There are plenty of shortcuts to control block selection described in documentation of CUA.

提交回复
热议问题