summaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/tex.vim
blob: 0d3f84b67e2b0095ea3876856a9e15d6eb359066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" disable annoying {{ and (( completion
call IMAP('{{', '{{', 'tex')
call IMAP('((', '((', 'tex')

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

" ignore some more stuff
let g:Tex_IgnoredWarnings.="\nFont shape"
let g:Tex_IgnoredWarnings.="\nFloat too large"
let g:Tex_IgnoredWarnings.="\nUserWarning"
let g:Tex_IgnoreLevel+=3
16833b06f2ce0253516&follow=1'>Start gpg-agent on login.René 'Necoro' Neumann1-1/+1 2012-06-12Alias for bsdtarRené Neumann1-0/+1 2012-06-08Start gpg-agent on X-StartupRené Neumann1-0/+1 2012-05-31AK --> amd64René 'Necoro' Neumann1-1/+1 2012-05-29Ignore -m in cciRené Neumann1-0/+3 2012-05-29Force man to not use localized man-pagesRené Neumann1-0/+3 2012-05-21Revert "It uses pinentry directly -- so no use to play around with ssh-add"René 'Necoro' Neumann1-0/+6 This reverts commit 2bfaec3cc8e02a10dfc28e5bd2f6298ccb7bfaf5. As it showed, we got pinentry only because xfce had the wicked idea of starting gpg-agent instead of ssh-agent. 2012-05-20It uses pinentry directly -- so no use to play around with ssh-addRené Neumann1-6/+0