WindTerm icon indicating copy to clipboard operation
WindTerm copied to clipboard

I have to re-import shell sessions every time

Open allegrox opened this issue 1 year ago • 8 comments

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

allegrox avatar Jan 27 '24 10:01 allegrox

Found a configuration item in the config file that has solved the problem. Suggest a document, some features are not sure what they do.

allegrox avatar Jan 27 '24 14:01 allegrox

I have the same problem, where did you find it? I'm on Debian 12 GNOME (Linux)

gllrmzndm avatar Jan 27 '24 19:01 gllrmzndm

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

allegrox avatar Jan 28 '24 01:01 allegrox

Duplicate #2100

damosse31 avatar Feb 07 '24 11:02 damosse31

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.

CasparLi avatar Feb 23 '24 03:02 CasparLi

for me, it to change this option to 2 in ~/.wind/profiles/default.v10/user.config { "terminal.reimportShellSessions" : 2 }

BrianHolsen avatar Mar 28 '24 02:03 BrianHolsen

Yes, I encountered the same issue during usage as well. I will fix it. Please stay tuned, thank you.

kingToolbox avatar Apr 05 '24 18:04 kingToolbox

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 /global/wind.config and the setting you are looking for is

"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?)

tv21 avatar Sep 09 '24 07:09 tv21