Is there a way to automatically insert \item whenever I hit enter within an itemize or enumerate in Sublime Text 2?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
If you have the LaTeXTools plugin, it already does that exept that it is mapped on Shift+Enter instead of Enter. The corresponding code is in the
You can duplicate it or modify it in order to map it on another key by replacing the content inside of the first brackets after "keys" |
|||||||||||
|
|
If you're using the LaTeX Tools package, hitting Shift+Enter within any sort of list environment will insert new |
||||
|
|

`to mark your inline code. – Corentin Nov 13 '12 at 22:43itemizeandenumeratewas really code. – Alfred Xing Nov 13 '12 at 23:20