Coda Clips for Vim
Posted
by XLR3204S
on Stack Overflow
See other posts from Stack Overflow
or by XLR3204S
Published on 2010-05-10T16:19:43Z
Indexed on
2010/05/12
6:54 UTC
Read the original article
Hit count: 317
I'm currently trying to switch from Coda (a Mac IDE) to Vim. One thing I loved about Coda and my knowledge of Vim cannot replace were the so-called "clips". Basically, you type, say, "new", press TAB, and the text is replaced with a basic XHTML page. And you can add as many keyword/clips combinations as you want.
The most I could get with Vim so far was to create a new file containing my clip, and then use :r FILE in Vim in order to get it inserted, but this is not a very elegant solution, as I'd have to carry these clips around in every directory I have a file I want to use my clips with.
So assuming I've explained things properly, what would be my choices?
© Stack Overflow or respective owner