-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Feature Request: Save current config as Initial #1056
Comments
Hey so we discussed this yesterday. We could maybe add a By making it a I'd also want that action to be spec'd before work starts on it. What settings would be persisted? How do we handle global settings vs per-profile settings? There's much to work out here. In fact, with #1142, we could maybe add an optional arg that specified which parts of the current state you wanted to save (though that might be overkill) |
This comment was marked as off-topic.
This comment was marked as off-topic.
There should be at least a way to restore the open tabs/window split state, and current directories of each terminal. This feature is found on popular terminals for other platforms, e.g. iTerm2 on OSX and Guake on Linux. Since this is a very small amount of data, it could easily just be stored in the config file, allowing users to self manage it. |
Looking over this issue again, and I think we may want to just close this out. We've got #11526 is gonna track "add support for creating a command that can reopen this specific set of tabs&panes", which is similar to this (if you don't want to just always restore the existing layout). |
Summary of the new feature/enhancement
An option on the drop-down menu to save the current config as the initial config. In particular, the overall window position and size, and which tabs are open, and the current font size/rows/columns since it may be zoomed in/out.
I move the main window around. I resize it. I do the ctrl-scroll to get the font size where I need it. I open my preferred tabs in the preferred order. Then I want to say 'save this, and start here next time'. Not quite the same as 'restore how it was when I exited' (another fine feature).
I see there is an 'export settings' feature. This would be more of an 'export' followed by immediate import, presumably skipping the exported file.
The text was updated successfully, but these errors were encountered: