common/home/vim/after/ftplugin/tex.vim

11 lines
349 B
VimL
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

if has("gui_macvim")
amenu TouchBar.Build :!latexmk % -pdf
amenu TouchBar.\\begin bI\begin{$a}yypwcwendko
amenu TouchBar.tikz O\begin{center}
\begin{tikzpicture}
\end{tikzpicture}
\end{center}
amenu TouchBar.enum O\begin{enumerate}
\item
\end{enumerate}
else
noremap <F2> :!latexmk % -pdf
noremap <F3> bI\begin{$a}yypwcwendko
endif