Closed 4z3 closed 5 years ago
This PR removes the shadowing i binding which prevents skipping over background color definitions so that sequences like ^Y*02,03... produce ... instead of ,03....
i
^Y*02,03...
...
,03...
Thanks!
This PR removes the shadowing
i
binding which prevents skipping over background color definitions so that sequences like^Y*02,03...
produce...
instead of,03...
.