How do I insert ERB-tags with Vim?

后端 未结 3 742
自闭症患者
自闭症患者 2021-01-30 00:57

How do I insert <% %> in Vim? I have rails.vim.

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-30 01:45

    For surroundings in the erb views you might need Tim Pope's ragtag. It can handle different erb specific surroundings. Check out the documentation.

提交回复
热议问题