Friday, October 01, 2010

editing multpile files with vi

Googled and learned useful commands can still recall today
:n    #go to next file
:rew  # rewind to first file
:e!     # abandon all changes

I think these basic commands are more than enough