For some reason, whenever I type $$ in Vim, it automatically adds <++> right after it, and positions my cursor between the $ symbols.
So I get something this in the end (| indicates cursor position):
$|$<++>
I am using vim-latex package, but I am not sure if that has something to do with it.
I am using $$ a lot for the math environment, so it really gets old fighting vim on this.
Does anyone know what this thing is and how do I disable it (or use it properly)?
EDIT: Just for clarification, I actually want the double dollar sign, to make a multi-line math environement:
$$
x+ y
$$
\[xyz\]instead of$$xyz$$, and\(xyz\)instead of$xyz$– Benoit Jan 9 '12 at 11:57