You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
:vsplit
s 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.
The text was updated successfully, but these errors were encountered: