Terminal program with saved commands?

I think command save/recall is more a function of your shell (bash, zsh, etc) than the terminal emulator. I use bash and just set the relevant environment variable to a big number (20,000? - memory is cheap), then just use bash keystrokes (mimic emacs or vim) to search back for the command I want.

1 Like

Thanks for the tip Skip!