5

When I compile a latex file with latex-suite, shows me the errors in a quickfix window, and the main window shows me where the error ocurred. this is very useful. However, when done fixing the bug, I would like to return to the buffer and exact location I was in, close the quickfix and preview windows, and continue editing. Is there a way to do this, other than by hand?

phreeza
  • 155
  • 8

1 Answers1

8

You can type Ctrl-o to go to where you were.

ib.
  • 27,830
  • 11
  • 80
  • 100
kev
  • 155,172
  • 47
  • 273
  • 272
  • 2
    Ah nice, I didn't know Ctrl-o works across buffers. Doesn't close the preview and quickfix windows, but i suppose I could live with closing those by hand, if there is no built-in way of doing it. – phreeza Feb 07 '12 at 13:31