summaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/tex.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/ftplugin/tex.vim')
-rw-r--r--.vim/after/ftplugin/tex.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/after/ftplugin/tex.vim b/.vim/after/ftplugin/tex.vim
index e727ab8..9a3c360 100644
--- a/.vim/after/ftplugin/tex.vim
+++ b/.vim/after/ftplugin/tex.vim
@@ -1,3 +1,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")