dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit da1174a90f3db33565b622e8d7d27535c1e4be07
parent 080387eee5d4e26cb68170b575b290285dc4640b
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue, 19 Jan 2021 10:58:49 +0100

vim: change subsection snippets

Diffstat:
Mvim/ultisnips/tex.snippets | 11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/vim/ultisnips/tex.snippets b/vim/ultisnips/tex.snippets @@ -127,21 +127,26 @@ snippet beg "begin{} / end{}" b \end{$1} endsnippet -snippet sec "section{}" b +snippet ;1 "section{}" b \section{$1} $0 endsnippet -snippet ssec "subsection{}" b +snippet ;2 "subsection{}" b \subsection{$1} $0 endsnippet -snippet sssec "subsection{}" b +snippet ;3 "subsubsection{}" b \subsubsection{$1} $0 endsnippet +snippet ;4 "subsubsubsection{}" b +\subsubsubsection{$1} +$0 +endsnippet + snippet mk "Inline math" w $${1}$`!p if t[2] and t[2][0] not in [',', '.', '?', '-', ' ']: