Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想选择 xml 标签之间的内部文本。例如,我想Default在此文本中进行选择:
Default
<UserID>Default</UserID>
我知道如何使用Vi引号和括号分隔符来选择文本(例如,“”、()、[]、...)。我都尝试了Vi<and Vi>,但他们都没有选择任何文本。
有什么命令可以快速做到这一点吗?
在正常/命令模式下,vit在标签中键入命令。
助记符:“标签中的视觉”
:help v :help v_it (内部标签块) :help text-objects
:help v
:help v_it
:help text-objects