Pause a long running process with ctrl z
January - 2022
You can pause a long running terminal process with
CRTL + z
That will bring your prompt back up.
You can do your stuff, then un-pause the process with:
fg
This works with vim/neovim
You can pause a long running terminal process with
CRTL + z
That will bring your prompt back up.
You can do your stuff, then un-pause the process with:
fg
This works with vim/neovim