VIM删除-多行

Seb*_*ten 0 vim

我有什么办法可以di>在多行上做类似的事情

所以

<Hello>{caret position here}
    <World>
        <Something />
    </World>
</Hello>
Run Code Online (Sandbox Code Playgroud)

变成:

<Hello></Hello>
Run Code Online (Sandbox Code Playgroud)

Pet*_*ker 5

您正在寻找“ it或内部标签”文本对象

dit
Run Code Online (Sandbox Code Playgroud)

有关更多帮助,请参见:h it:h at