我正在使用vim-surround插件和这个HTML(其中*是我的光标):
<li class="sample" style="border-color: #005462;">*#005462</li>
我想把#005462包围起来,<code>所以看起来像这样<code>#005462</code>.我可以用可视模式做到这一点,但我想做一些我可以用点运算符重复的事情.有什么建议?
<code>
<code>#005462</code>
vim surround
surround ×1
vim ×1