How does vimperator use abbreviate abbreviation to return a carriage string?
漂亮男人
漂亮男人 2017-05-16 16:34:38
0
1
669

.vimperatorrc configuration contains:

ab aaa a\nb\nc

I want to achieve the following effects

a
b
c

But the actual effect is

a\nb\nc

consult

漂亮男人
漂亮男人

reply all(1)
过去多啦不再A梦

:iab aaa a<CR>b<CR>c
不建议在命令行模式使用带回车的扩展,所以用:iab Only supports insert mode

Also, it is recommended to use plug-ins like snippets to expand text

  • https://github.com/garbas/vim...

  • https://github.com/SirVer/ult...

  • https://github.com/drmingdrme...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!