Skip to content

Instantly share code, notes, and snippets.

@dmiedema
Created May 19, 2016 17:35
Show Gist options
  • Save dmiedema/d09ba1608025a3b71c524ab600df0321 to your computer and use it in GitHub Desktop.
Save dmiedema/d09ba1608025a3b71c524ab600df0321 to your computer and use it in GitHub Desktop.
~
[0] ❯ vi thing
[1] + 35001 suspended vim thing
~
[1] ❯ jobs | wc -l
1
~
[1] ❯ jobs
[1] + suspended vim thing
~
[1] ❯ cd Downloads
~/Downloads
[2] ❯ jobs
[1] + suspended vim thing
~/Downloads
[2] ❯ jobs | wc -l
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment