From 22bbedd73e2b31b5188b38ca3166e146c5f3d431 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 8 May 2023 09:42:29 +0200 Subject: Bunch of changes. --- stow/vim/.vim/ftplugin/tex/tex.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stow/vim/.vim/ftplugin/tex/tex.vim') diff --git a/stow/vim/.vim/ftplugin/tex/tex.vim b/stow/vim/.vim/ftplugin/tex/tex.vim index c57bbc5..0893e40 100644 --- a/stow/vim/.vim/ftplugin/tex/tex.vim +++ b/stow/vim/.vim/ftplugin/tex/tex.vim @@ -47,4 +47,4 @@ inoremap lenumerate \begin{enumerate}o litemize \begin{itemize}o\end{itemize}kkI\itemI<++>k<$a inoremap litem \item<++>k$a inoremap limage \begin{figure}[h]\begin{center}\includegraphics[width=\textwidth]{}\caption{<++>}\end{center}\end{figure}<++>4k$i -inoremap ltable \begin{table}[h]\makebox[\linewidth]{\centering\centering\begin{tabular}{ccxxx}\toprule<++>&<++>\\\midrule<++>&<++>\\\bottomrule\end{tabular}}\end{table}<++>?xxxcw +inoremap ltable \begin{table}[h]\makebox[\linewidth]{\begin{tabular}{ccxxx}\toprule<++>&<++>\\\midrule<++>&<++>\\\bottomrule\end{tabular}}\end{table}<++>?xxxcw -- cgit v1.2.1