Tabbing visual selection in VIM

后端 未结 9 747
悲哀的现实
悲哀的现实 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:21

    With visual block selection

    Steps:
    Select the block(Ctrl + v)
    type c(change)
    type needed space
    type esc

提交回复
热议问题