incremental changes
This commit is contained in:
13
ftplugin/plaintex.vim
Normal file
13
ftplugin/plaintex.vim
Normal 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>
|
||||
Reference in New Issue
Block a user