Heim > Fragen und Antworten > Hauptteil
.vimperatorrc-Konfiguration enthält:
ab aaa a\nb\nc
Ich möchte folgende Effekte erzielen
a
b
c
Aber der eigentliche Effekt ist
a\nb\nc
Bitten Sie um Rat
过去多啦不再A梦2017-05-16 16:36:38
:iab aaa a<CR>b<CR>c
不建议在命令行模式使用带回车的扩展,所以用:iab
仅支持插入模式
另外,建议使用 snippets 之类的插件来扩展文本
https://github.com/garbas/vim...
https://github.com/SirVer/ult...
https://github.com/drmingdrme...