emacs 如何快速选中引号或者括号内的内容?


比如 vim 可以通过 v i " 这样的案件快速将双引号内的内容全部选中。 emacs 如何操作呢?
谢谢。

emacs 有什么值得推荐的小技巧么?

emacs vim

废叔F.AL 9 years, 3 months ago

土办法,写个宏:

  1. 向前搜索到 "

  2. 设定 mark

  3. 向后搜索到 "

然而并不是很好用,所以这个才是你需要的: https://github.com/magnars/expand-region.el

……无意义 answered 9 years, 3 months ago

Your Answer