10 lines
239 B
VimL
10 lines
239 B
VimL
setlocal foldmethod=syntax
|
|
|
|
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
|