0

Using vim there are multiple answers to get to previous and next buffers/files. On an older machine we have an older vi. The old :version command says 3.10. :next works to get to the next buffer. How do I get to a previous file?

Community
  • 1
  • 1
Grant Bowman
  • 307
  • 6
  • 16

1 Answers1

0

I've finally found it. I felt a little embarrassed and frustrated as this is a relatively simple thing to do. Along the way I found these excellent vi command references from washington.edu, jeffw.com and O'Reilly author kostis.net that included the old command I needed:

:rewind
Grant Bowman
  • 307
  • 6
  • 16