added vim abbrevs and detailed-title

This commit is contained in:
2025-10-22 16:54:51 +09:00
parent d8e1e5fc59
commit dbbd65bf97
5 changed files with 56 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
augroup latex_info_procs_abbr
iabbrev <buffer> cas <Esc>i\section{.}<CR><CR><CR><CR>\lstinputlisting[language=C,title={.}]{.}<CR><CR>\subsection{実行結果}<CR><CR>\begin{center}<CR><Tab>\includegraphics[width=12cm]{.}<CR>\end{center}<ESC>10k0f.vc
augroup END