How could I exit Vim, not :q, and then go back to continue editing?
|
Assuming terminal vim on a flavor of *nix: To suspend your running vim
will suspend the process and get back to your shell
will resume (bring to fore**g**round) your suspended vim To start a new shellstart a subshell using:
(as configured by)
or
followed by:
to kill the shell and return to vim |
|||||||
|
|
You can use |
|||||
|
|
If you are on a unix system, |
|||
|
|
|
There are several ways to exit vim and have every thing the same when you return. There is very good documentation within vim itself explaining the various ways this can be done. You can use the following command within vim to access the relevant help page: To give you a brief summary, here are the different methods of quitting and returning with your session intact:
|
|||
|
|
|
You can also do that by Edit: sorry, its typo. |
||||
|