much better latex and saner localleader

This commit is contained in:
2018-02-26 21:21:25 +01:00
parent 059332de90
commit a1a29fdfe5
8 changed files with 40 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
setlocal foldmethod=syntax
setlocal foldmethod=syntax tabstop=2 shiftwidth=2
iabbrev <buffer> tit \textit
iabbrev <buffer> pg \paragraph
@@ -7,3 +7,7 @@ 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>