incremental changes

This commit is contained in:
2019-01-02 16:49:47 +03:00
parent d8a7e4fce5
commit 1c5c4b400a
7 changed files with 44 additions and 10 deletions

13
ftplugin/plaintex.vim Normal file
View File

@@ -0,0 +1,13 @@
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 <buffer> <localleader>x :Latexmk<cr>
nnoremap <buffer> <localleader>lv :LatexView<cr>
nnoremap <buffer> <localleader>T :LatexTOC<cr>