diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-03-30 14:43:50 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-03-30 14:43:50 +0100 |
commit | 46297694177babad50ed95707c32cd22f5a01b36 (patch) | |
tree | 69312f4f311a89094b9d8d75c4f77dcd4a3cf8e9 /vim/after/ftplugin/tex/mappings.vim | |
parent | ba32e190403ceb3ebf0eb402f0c7a044340dc45c (diff) |
LatexBox instead of Vimtex
Diffstat (limited to 'vim/after/ftplugin/tex/mappings.vim')
-rw-r--r-- | vim/after/ftplugin/tex/mappings.vim | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vim/after/ftplugin/tex/mappings.vim b/vim/after/ftplugin/tex/mappings.vim index a3b882c..8b731d0 100644 --- a/vim/after/ftplugin/tex/mappings.vim +++ b/vim/after/ftplugin/tex/mappings.vim @@ -30,9 +30,9 @@ inoremap <buffer> `f \phi inoremap <buffer> `p \pi inoremap <buffer> `w \omega -nnoremap <buffer> <LocalLeader>i :VimtexCompile<CR> -nnoremap <buffer> <LocalLeader>e :VimtexErrors<CR> -nnoremap <buffer> <LocalLeader>o :VimtexView<CR> -nnoremap <buffer> <LocalLeader>k :VimtexStop<CR>:VimtexClean<CR> -nnoremap <buffer> <LocalLeader>t :VimtexTocToggle<CR> +nnoremap <buffer> <LocalLeader>a :call SynctexShow()<CR><CR> +nnoremap <buffer> <LocalLeader>i :Latexmk<CR> +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> |