xxxxxxxxxx
:buffers #displays all open files
:buffer 2 #to switch to file number 2.
#Appropriate digits apply for the rest of the files in the buffer
xxxxxxxxxx
#the ex command switches to the next file
:bn
#to switch to the previous file
:bp
#to force a switch without saving current file
:bn! or :bp! #depending on switch direction