I'm running vim 7.0 on linux, with Vim LatexSuite. I'm trying to use the nifty-looking shortcut for adding items to an itemize environment.
:h Alt-I
<Alt-I> *ls_3_10_4* *ls_a_bE* *Alt-I*
This mapping inserts an \item command at the current cursor location depending on
which environment the cursor is enclosed in. ...
But it's not working. Now <Alt-I> isn't a common mapping style on linux, <M-I> would be used normally, so I guess the mapping is just not set up correctly for linux. This is confirmed by:
:verbose map! <M-I>
No mapping found
How can I fix this mapping? What's the function it usually maps to?