Hacker News new | ask | show | jobs
by Rompect 1872 days ago
You can fix this by setting the following values in .config/alacritty/alacritty.yml:

    env:
      TERM: xterm-256color
Another way is described here: https://wiki.archlinux.org/title/Alacritty#Terminal_function...
2 comments

Setting TERM this way causes other subtle problems your local host. Instead I set `alias ssh="TERM=xterm-256color ssh"` which works pretty well.
What kinds of subtle problems?
Awesome, thanks for the tip!