A collection of personal and technical notes.
View the Project on GitHub arantebw/sketchpad
Suspend the current terminal session.
Ctrl + z
List all of the suspend sessions.
> jobs [1] + suspended nvim .
Resume a suspended session.
> fg %1