WindTerm
WindTerm copied to clipboard
I have to re-import shell sessions every time
Every time I start Windterm, I have to re-import shell sessions, re-import them or skip them, and the next time I have to re-import them.
archlinux shell: bash git-shell
Found a configuration item in the config file that has solved the problem. Suggest a document, some features are not sure what they do.
I have the same problem, where did you find it? I'm on Debian 12 GNOME (Linux)
I have the same problem, where did you find it? I'm on Debian 12 GNOME (Linux)
in file /opt/WindTerm/global/wind.config set "terminal.reimportShellSessions": false
Duplicate #2100
In my macOS system, change file "~/.wind/profiles/default.v10/user.config" not work. modify the wind.config file in folder "/Applications/WindTerm.app/Contents/MacOS/global" resolved.
for me, it to change this option to 2 in ~/.wind/profiles/default.v10/user.config { "terminal.reimportShellSessions" : 2 }
Yes, I encountered the same issue during usage as well. I will fix it. Please stay tuned, thank you.
Just for the benefit of anyone who may come across this, in version 2.6.1 (at least in the Linux version; the MacOS version may be different) the location of this setting appears to have changed back to what allegrox reported, it is now in
"terminal.reimportShellSessions": true,
and you want to change the true to false. Do NOT try to add the setting to ~/.wind/profiles/default.v10/user.config if it's not there or you will lose all your configuration settings. Don't ask me how I know! :(
(To the developer: How about a "Don't ask again" checkbox on that popup?)