I see everyone posting about Ctrl+R, here's a couple more useful CLI shortcuts you might enjoy:cd - (change directory to $OLDPWD usually the previous directory) git checkout - (similarly checkout the previous branch)Ctrl+A (return caret to beginning of command, great when you forgot a positional argument and you were almost done typing the command)Ctrl+E (similar to Ctrl+A but move to the end of the command)
I thought the same! We had to use our imagination watching these movies on VHS on a 14" CRT TV from eight feet away.
100% agree! RotJ is where the cracks started to show. I think people forget this because all the nonsense that followed, starting with the Special Editions, makes RotJ seem restrained in comparison.
I see everyone posting about Ctrl+R, here's a couple more useful CLI shortcuts you might enjoy:
cd - (change directory to $OLDPWD usually the previous directory)
git checkout - (similarly checkout the previous branch)
Ctrl+A (return caret to beginning of command, great when you forgot a positional argument and you were almost done typing the command)
Ctrl+E (similar to Ctrl+A but move to the end of the command)