4

I am trying to learn how to use vim latex-suite and following the tutorial, A (very) quick introduction to Latex-Suite. When I compiled and got some errors, I see the Error List, etc with split windows.

I am in Debugging LaTeX source files page of the tutorial. It says "Jump to the Error List window and try scrolling around...", but how can I jump to the Error List?

Chang
  • 9,528

2 Answers2

3

Ctrl-W w,

Ctrl-W starts a (W)indow jumping. Some plugin (minibuffer) lets you do Ctrl-W j (j as down), google around to see how it is achieved.

Or, if you have a terminal that's properly configured, or you are using gvim, just use mouse to click the Error List window. Actually for this installation when I tried \ll, the cursor automatically jumped down into the Error List window.

YIchun
  • 488
1

You can also issue the :copen command which will open/focus the error list (depending on whether or not the list is already visible).