I'm switching from using multiple terminal sessions to using a combination of
nohup stuff >> /path/to/out.log 2>&1 &
and
jobs -l
and
tail -f /path/to/out.log
.
Need a smooth way to jump between them, but there's something nicer about this than using multiple terminal tabs or nvim buffers.