How to create short snippets in Vim?

前端 未结 6 1880
无人共我
无人共我 2020-12-08 14:11

I have recently started using Vim as my text editor and am currently working on my own customizations.

I suppose keyboard mappings can do pretty much anything, but f

6条回答
  •  感情败类
    2020-12-08 15:07

    If SnippetsEmu is too heavy or ambitious for what you need (it was for me), I wrote a plugin that manages snippets based on filetype. It even has tab completion when picking the snippet! :)

    Get it here: snippets.vim

提交回复
热议问题