Another nice job management tool is disown, which lets you log out of your session without killing the job (similar to starting the command with nohup)
And also, you can pass the -h flag to disown to leave the job in the job control table (i.e. you can still bring it to the foreground/suspend it/etc.), but still skip sending the SIGHUP on logout.