Pause foreground process
To pause the currently running process (such as an instance of vim) press Ctrl-z
.
fg
returns you to the last paused process.
Various snippets that I have found to be helpful.
To pause the currently running process (such as an instance of vim) press Ctrl-z
.
fg
returns you to the last paused process.