Tagged Questions
3
votes
1answer
372 views
Shortcut for inserting matching \end{something} in VIM
I remember some time ago I always used a shortcut in VIM that allowed me to type this (<X> is indication of the location of the cursor):
... rest of document ...
\begin{<ENVIRONMENT>}
...