Multiple Cursors in Sublime Text 2 Windows

前端 未结 5 481
余生分开走
余生分开走 2021-01-29 17:31

I have installed Sublime Text 2 in windows and I am trying to use the multiple cursors feature.

Firstly I highlight the selection I am looking for (three lines).

<
5条回答
  •  故里飘歌
    2021-01-29 18:22

    I find using vintage mode works really well with sublime multiselect.

    My most used keys would be "w" for jumping a word, "^" and "$" to move to first/last character of the line. Combinations like "2dw" (delete the next two words after the cursor) make using multiselect really powerful.

    This sounds obvious but has really sped up my workflow, especially when editing HTML.

提交回复
热议问题