Tabbing visual selection in VIM

后端 未结 9 746
悲哀的现实
悲哀的现实 2020-12-02 18:35

In many GUIs when I select a section of text and then hit the Tab or Shift+Tab button the selected section will indent in or out.

I

9条回答
  •  失恋的感觉
    2020-12-02 19:32

    Try using "." to repeat the command. It remembers the range, and you can use "u" to undo one level if you go too far. No configuration needed.

提交回复
热议问题