Hacker News new | ask | show | jobs
by aidenn0 1180 days ago
My solution is I immediately record the commands, but do not load them. That way new terminals get all the history, but old terminals keep their flow.
1 comments

But if you go back later, the chains of commands from different terminals are interlaced right?
To some degree; it depends on the amount of multitasking. I mainly care about which commands in which order when I'm looking at recent commands from that terminal; otherwise I use C-r.