If I have let g:LatexBox_quickfix=2 in my .vimrc, then when I compile, the cursor jumps to the table of contents if it is open and if a quickfix window doesn't pop up. If there are errors and a quickfix window shows up, then the cursor stays in the current window as expected.
If I have
let g:LatexBox_quickfix=2
in my .vimrc, then when I compile, the cursor jumps to the table of contents if it is open and if a quickfix window doesn't pop up. If there are errors and a quickfix window shows up, then the cursor stays in the current window as expected.