-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When updating, Warp should remember the tabs I had open #43
Comments
Better yet, warp should also keep terminal sessions alive and running processes alive. my 2c: now, in early dev, when there are many releases, it's more important than later. |
The normal terminal on Mac OS also remembers the content of the tab (output of previous commands, maybe command search history?). Maybe opt in, but I think remembering everything would be great. |
Judging by similar, lengthly discussions in the Windows Terminal repo (#766, #961, others), this is a harder problem than it looks, and it means different things for different people. There's several different expected features for full restoration support, from top to bottom:
So for Warp I can see a gradual approach being needed, where it does thing at a time. IMO each would already improve the user experience dramatically for those who like to live with a... complex terminal state. So I suppose my point is that a gradual approach towards this goal is fine! For example, for Windows Terminal itself, they're still only at the third bullet point ("restore opened folders"), but not super functional, only on the "Preview" version, and it does require some prompt fiddling to get it working. |
Don't want to add too much noise. But coming from the native macOS Terminal, this is a major lacking feature in Warp. Force quitting the Terminal in macOS restores the contents of the terminal, commands & output. Looks like the default of this is 10k lines. Hopefully Warp can prioritize this soon. |
from #243 @ShukantPal
|
Was added! |
Is your feature request related to a problem? Please describe.
Not exactly.
Describe the solution you'd like
It would be nice if the path for each open tab (and the positions of each tab) were preserved on an update or when closing Warp altogether.
Additional context
What currently happens: All your tabs are closed and if you were working in multiple different paths, you have to open them all up again
The text was updated successfully, but these errors were encountered: