Will Clarke

Suspend Vim

2014-12-14

If you want to suspend vim (or many other unix appications), pressing ctrl-z will ‘suspend’ them.

You can then do important things on your shell.

To return, just type fg (foreground).

If you want to see what else you’ve suspended, jobs will tell you.


Tags

vim shell unix