what are some problems you've run into in the terminal with entering commands at a shell prompt? (other than copy/paste issues) so far I have:

- making a mistake on a single line / multiline command and having to press the left arrow 100 times, or just press ctrl+c and start over
- autocomplete not working (but would love more specific versions of this)
- problems with history? would love examples of history problems

(not looking for solutions right now, just more problems!)

@b0rk A specific history problem: When my computer restarts, it automatically reopens all my terminals with the previously displayed text. But, all their individual histories are gone, so when I try to go up a command or two, it’s random junk instead of the command I wanted. On my work laptop, IT occasionally pushes out updates that force a restart when I’m not watching, so this can be confusing the next time I log in, and then sometimes I have to reconstruct complex command line invocations.