-
Notifications
You must be signed in to change notification settings - Fork 689
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
Keybinding to reopen last closed tab #1649
Comments
I've also done this a few times and I've never found a terminal that does this. I agree it'd be super nice. Tagged. |
Imho |
All things considered, it's pretty cheap in terms of memory to maintain a stack of prior closed surfaces, so I don't mind keeping it for awhile. I didn't mark this contrib friendly because it's going to require some work across apprt and core. I think we should do the following:
I guess behavior questions:
|
Hello, Mitchell! Appreciate the support for "quick terminal" and jump_to_prompt! The only other feature I need to migrate from Iterm2 is this. Is this something you plan on doing in the coming year, or is the feature a low priority? |
+1 for this feature. To add some info, when you undo, iTerm doesn't simply create new session.
As to how this feature should work in Ghostty, I don't think that simply opening a new surface in the same working directory as previously closed one is very useful. Sure, it can be convenient if you don't want to |
Due to the amount of apprt-specific metadata required (tab vs split vs window, positions, etc.), I'm going to adjust my previous implementation recommendations and say this should be implemented totally custom at the aport-level. For macOS, it may be desirable to integrate this directly with UndoManager. |
Nice to have enhancement: being able to reopen the last closed tab (in the same directory).
It's something I use on web browser and sometimes I happen to close a tab quickly, I'd love to be able to reopen it as quickly.
The text was updated successfully, but these errors were encountered: