How to select between brackets (or quotes or …) in Vim?

前端 未结 9 2021
时光说笑
时光说笑 2020-12-12 08:55

I\'m sure there used to be a plugin for this kinda stuff, but now that I need it, I can\'t seem to find it (naturally), so I\'ll just ask nice and simple.

What is th

9条回答
  •  粉色の甜心
    2020-12-12 09:35

    Use arrows or hjkl to get to one of the bracketing expressions, then v to select visual (i.e. selecting) mode, then % to jump to the other bracket.

提交回复
热议问题