Delete text in between HTML tags in vim?

后端 未结 5 2155
暗喜
暗喜 2020-12-22 15:12

I know

di<

will delete in an HTML tag itself.

Is there an easy way to delete text in between two tags?



        
5条回答
  •  春和景丽
    2020-12-22 16:10

    cit
    ci"
    

    Two of the best productivity enabler commands of vim.

    I save a lot of time and effort with just those two.

提交回复
热议问题