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.
我想知道如何在 Vim 中自动关闭的 HTML 标记之间的换行符上设置自动缩进?
的| 符号是光标位置
从:
<div>|</div>
按回车键
至:
<div> | </div>
但可悲的现实是:
<div> |</div>