previous VIM Command
How to use previous Command in Linux VIM editor?
Explanation
previous command is used to move the control to the previous file.
Usage:
:previous
Example:
- Open the files 'one.txt' and 'two.txt'
$ vim one.txt two.txt
- Vim displays the first file, 'one.txt'.
- Move to the next file using the command
Enter :next

- Move the control back to previous file using the command
Enter :previous