blinksh / blink

Blink Mobile Shell for iOS (Mosh based)
https://blink.sh
GNU General Public License v3.0
6.14k stars 570 forks source link

How to disable font ligatures? #828

Open outaTiME opened 4 years ago

outaTiME commented 4 years ago

Hi guys, I want to disable the font ligatures, any way to perform that like iTerm?

(Note, im using fira code font)

Thanks !!!

outaTiME commented 4 years ago

BTW, i dont know if it is the Brest way but i create a custom css file with ligatures disabled, it will great to have more simplier option to enable/ disable that feature

Here my gist:

https://gist.github.com/outaTiME/fa59d54f03c01a2c89c39dc6b97bf821

And the raw:

https://gist.githubusercontent.com/outaTiME/fa59d54f03c01a2c89c39dc6b97bf821/raw/8e4be948cd826fc1a641451c695a2422bc377f34/Fira%2520Code%2520Nerd%2520Font.css

katmfoo commented 4 years ago

It would definitely be nice to have the disable ligature option like iterm2 has. Since blink is already using css fonts, would it just be as simple as utilizing font-variant-ligatures: none on the css font face dynamically some how?

Edditoria commented 1 year ago

+1 to disable font ligatures