From a07cd2a091764d83e83006f2c853af152a67787b Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 23 Feb 2012 21:27:23 +0100 Subject: vim-latex additions --- .vim/after/ftplugin/tex.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vim/after') 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}{<++>}\<++>\\\end{frame}<++>", "tex") -- cgit v1.2.3-70-g09d2