Y
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
geysersam
1180 days ago
But if you go back later, the chains of commands from different terminals are interlaced right?
link
aidenn0
1180 days ago
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.
link