diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-03-31 19:09:06 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-03-31 19:09:06 +0100 |
commit | 7bacd6fa3fda49b4c130d974b326f405661d4604 (patch) | |
tree | fb776d7deb96fb9d7c98bdfa1db0497ed11b64ae /vim/after/ftplugin/tex | |
parent | b31904f298dd15b618302c08ab305c4099a1b581 (diff) |
Added new mappings
Diffstat (limited to 'vim/after/ftplugin/tex')
-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 |