Amaël (r4dixx) Sikel
Amaël (r4dixx) Sikel
In any case I'd be happy to know how to go back to numbers. I'm not a big fan of that dot style
FYI this workaround seems to do the trick on Windows. Just tested it on macOS, works fine too. https://github.com/zeit/hyper/issues/3607#issuecomment-489787741
@lackdaz Yup, works for me at least. I cannot tell for sure if it works for others. I'm running the very latest stable versions of both macOS and Hyper. Works...
@lackdaz I didn't add/change anything in `.hyper.js` except: ``` module.exports = { config: { webGLRenderer: false }, plugins: [ "hyper-font-ligatures" ], }; ``` No custom `css`, `termCSS`, or anything, sorry....