summaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/tex.vim
blob: 9a3c3609436a1c80976cf37d77e13199f5a7f20d (plain)
1
2
3
4
5
6
" disable annoying {{ and (( completion
call IMAP('{{', '{{', 'tex')
call IMAP('((', '((', 'tex')

" add our own macros
call IMAP('EFR', "\\begin{frame}{<++>}\<CR><++>\<CR>\\end{frame}<++>", "tex")