sketchpad

A collection of personal and technical notes.

View the Project on GitHub arantebw/sketchpad

How to suspend, list, and resume a terminal session in Linux?

Suspend the current terminal session.

Ctrl + z

List all of the suspend sessions.

> jobs
[1]  + suspended  nvim .

Resume a suspended session.

> fg %1