I recently installed the snipmate plugin, and I'm having a hard time understanding how it works. I have this in my tex.snippets file:
snippet begin \begin{} ... \end{} block
\\begin{${1:env}}
${0:${VISUAL}}
\\end{$1}
I am trying to master these snippets to improve my workflow. However, I don't understand how it works. When I press Tab, I have this
\begin{document}
$
\end{document}
This dollar sign appears in every tag. What is the keybinding behind it?