Using snipmate I can create tab stops using ${1}
, ${2}
, and so on. But let us say I have a file that has several lines of text I frequently use. When I yank and put these into my active file there are certain parts of the line that need to be altered. Is there a way to replicate snipmate's tab stop functionality? If there isn't is there a way to highlight the locations that need altering?
So let us say I have the following lines:
The results show: []
Item [] returned true.
I would like the brackets to be replaced with text. I know I can search for the brackets and next my way through them, but I was hoping for something a bit more convenient.