SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 364 forks source link

Shortcut for forward search? #1485

Closed quantumgolem closed 4 years ago

quantumgolem commented 4 years ago

I do not like the default forward search setting (forward_sync) which forward syncs all the time when compiling, since it messes up the way that Skim.app previews the PDF file (it scrolls randomly, for example), so I have disabled it.

However, I'd like to use this functionality once in a while. Is there a way I can set a dedicated shortcut for forward sync to the PDF, while at the same time not having forward sync every time I build the PDF?

ig0774 commented 4 years ago

cmd + l, j. Search for “forward search” in the docs for more details.

quantumgolem commented 4 years ago

Thanks, finally found it! I was super confused because it was called jump_to_pdf and I was search for "forward". Case closed!