You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with MSYS2 or Windows very much but this seems like the right default behavior to me, no? My understanding is that MSYS2 is unix-like but still just Windows, so this would be covered by #6747 and #4378 together
#5621 (#4378 / #3945) has been merged so I think this is now covered just by #6747. I'll close in favor of that but if the default behavior here is not correct we can re-open this / open a new issue
Summary
I installed
helix
from withinMSYS2
and was very surprised that it behaves as if I had installed it natively in Windows%APPDATA%\helix\config.toml
instead of$XDG_CONFIG_HOME/helix/config.toml
.config-reload
was not working.%APPDATALOCAL%\helix\config.log
instead of$XDG_CACHE_HOME/helix/helix.log
.CRLF
instead ofLF
for default EOL.:line-ending lf
for each new file is kinda tedious.Reproduction Steps
I tried this:
:new
:write abc.rb
I expected this to happen:
LF
EOL be createdInstead, this happened:
CRLF
EOL be createdHelix log
~/.cache/helix/helix.log
Platform
MSYS2 MinGW UCRT x64
Terminal Emulator
mintty
Helix Version
helix 23.05 (39d0d85d)
The text was updated successfully, but these errors were encountered: