Pause a long running process with ctrl z
You can pause a long running terminal process with
Code
CRTL + z
That will bring your prompt back up.
You can do your stuff, then un-pause the process with:
Code
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