rubjo / victor-mono

A free programming font with cursive italics and ligatures. Donations welcome ❤️
https://rubjo.github.io/victor-mono
SIL Open Font License 1.1
3.34k stars 44 forks source link

Consider ligatures for `=~` and `!~` similar to FiraCode #153

Closed phene closed 1 year ago

phene commented 1 year ago

Having ligatures for Ruby's Regex operators =~ and !~ would be amazing. See FiraCode's for an example: https://github.com/tonsky/FiraCode/blob/master/extras/ligatures.png

rubjo commented 1 year ago

Thanks!

Schedule is absolutely packed but yes, I’ll include them for the next release. 🙂

rubjo commented 1 year ago

Released in 1.5.5.

galou commented 5 months ago

The =~ ligature is rather unfortunate in bash e.g. when defining an environment variable (MY_PRG_HOME=~/.config/my_prg), where the two symbols should be definitely separated.

rubjo commented 5 months ago

I agree. Taking a note for the future, don't know if I'm going to change the font. Maybe disable ligatures in your terminal if possible.