diff options
Diffstat (limited to 'vim/after/ftplugin/tex/mappings.vim')
-rw-r--r-- | vim/after/ftplugin/tex/mappings.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/after/ftplugin/tex/mappings.vim b/vim/after/ftplugin/tex/mappings.vim index 8b731d0..05d02dd 100644 --- a/vim/after/ftplugin/tex/mappings.vim +++ b/vim/after/ftplugin/tex/mappings.vim @@ -36,3 +36,5 @@ nnoremap <buffer> <LocalLeader>e :LatexErrors<CR> nnoremap <buffer> <LocalLeader>o :LatexView<CR> nnoremap <buffer> <LocalLeader>k :LatexmkStop<CR>:LatexmkClean<CR> nnoremap <buffer> <LocalLeader>h :split header.sty<CR> + +iabbrev <buffer> dd \d |