Hi there,
I am not exactly sure if this is an issue or if its coming from my vimrc/plugins. However, I discovered this, because I am using Tagbar to show the structure of my tex files.
When I run :Latexmk (or <leader>+ll) the focus (sometimes) jumps to the Tagbar vsplit.
I configured let g:LatexBox_latexmk_async = 1, let g:LatexBox_quickfix = 2 (hopefully other settings are not relevant).
I tried with disabled Tagbar and simply two :vsplits and it also jumps to the next/previous split after compilation.
Anyways, being new to LatexBox, Vim (well, feeling new to vim, still) I might have simply configured something wrongly.
Hi there,
I am not exactly sure if this is an issue or if its coming from my vimrc/plugins. However, I discovered this, because I am using Tagbar to show the structure of my tex files.
When I run
:Latexmk(or<leader>+ll) the focus (sometimes) jumps to the Tagbar vsplit.I configured
let g:LatexBox_latexmk_async = 1,let g:LatexBox_quickfix = 2(hopefully other settings are not relevant).I tried with disabled Tagbar and simply two
:vsplits and it also jumps to the next/previous split after compilation.Anyways, being new to LatexBox, Vim (well, feeling new to vim, still) I might have simply configured something wrongly.