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
yes, I just noticed that setting $env.config.use_ansi_coloring = "auto" in nushell, removes the ansi coloring when invoked from helix, which returns normal text as insert-output date now. Not sure if the helix should deal with the ansi coloring issue. Will leave it up to the maintainers.
@RoloEdits , if you set $env.config.use_ansi_coloring = true will generate the ansi coloring into helix and cause the issue in the asciinema attached. Will update steps.
Summary
using
nushell
, attempting to insert output of colored text asversion
. when trying to traverse or alter the text it corrupts.Reproduction Steps
I tried this:
$env.config.use_ansi_coloring = true
hx
insert-ouput version
I expected this to happen:
getting colored input and can be traversed and altered normally.
Instead, this happened:
getting colored input but traversing and altering corrupts text as this asciinema link
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
wezterm 20250320_072107_a8735851
Installation Method
dnf
Helix Version
helix 25.01.1 (e7ac2fc)
The text was updated successfully, but these errors were encountered: