Files
myvim/ftplugin/tex.vim

14 lines
379 B
VimL

setlocal foldmethod=syntax tabstop=2 shiftwidth=2
iabbrev <buffer> tit \textit
iabbrev <buffer> pg \paragraph
iabbrev <buffer> sc \section
iabbrev <buffer> sb \subsection
iabbrev <buffer> ssb \subsubsection
iabbrev <buffer> td \todo
iabbrev <buffer> mb \mathbf
nnoremap <localleader>lm :Latexmk<cr>
nnoremap <localleader>lv :LatexView<cr>
nnoremap <localleader>T :LatexTOC<cr>