While using LyX, I usually have to define some new theorem environments. For example, I define a new environment rst to state "Restriction".
\newtheorem{rst}{Restriction}
In LyX, I need to type \begin{rst} and \end{rst} to use this environment. Is it possible to define a snippet in LyX to type these for me?
command-sequence ert-insert; self-insert \begin{rst}; char-forward? Any reference to look at? – semibruin Sep 20 '15 at 03:31