Vim: faster way to select blocks of text in visual mode

前端 未结 16 2172
面向向阳花
面向向阳花 2021-01-29 17:12

I have been using vim for quite some time and am aware that selecting blocks of text in visual mode is as simple as SHIFT+V and moving the arrow key up or

16条回答
  •  星月不相逢
    2021-01-29 18:07

    Shift+V n j or Shift+V n k

    This selects the current line and the next/previous n lines. I find it very useful.

提交回复
热议问题