Using ex I open 3 files
ex file1 file2 file3
I know
- the command
:ngoes to file 2 and file3 - the command
:rewgo to file1 from file3 or file2
But what command can I use to go to previous file?
I think :e previousfile will work, but does something
quicker like :n for previous exist?