Navigating multiples files vi editor
- by learner135
According to http://www.lagmonster.org/docs/vi2.html
the command :p would make vi go to the previous file. Unfortunately, this isn't working for me. However :n works and goes to the next page. What should I use to go to the previous file?
For :p I get the message,
Hit Return to continue
and it stays in the same page.
Thanks.
Edit:
I am sshing to an AIX box and using the vi in Ksh if that helps.