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 lost some time figuring out that I need to change set -ga terminal-overrides ",xterm-256color:Tc" to set -ga terminal-overrides ",*-256color:Tc". The wildcard will probably work for more people.
I lost some time figuring out that I need to change
set -ga terminal-overrides ",xterm-256color:Tc"toset -ga terminal-overrides ",*-256color:Tc". The wildcard will probably work for more people.