We can open Vim using different options:
$ vim -u <vimrc>
$ vim -u NONE
$ vim -V
CTRL+z
This will suspend the process and return to the shell.
[1] + 68941 continued nvim
[1] + 68941 suspended nvim
# in the command line
$ fg
This will resume (bring to foreground) your suspended vim