Pause a long running process with ctrl z
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
-- end of line --
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