-
Notifications
You must be signed in to change notification settings - Fork 298
Disable ligatures #374
Comments
Hi @corelon , Thanks for trying out Oni and for the feedback! There is no setting that exists today, ligatures are always on, but I believe this should be relatively straightforward - the ligatures are controlled by a CSS property |
Hi @extr0py , Thank you very much for that. |
Definitely! Thanks for your comments on the PR. I'll reopen this to track more fine-grained control of the ligature support as you suggested. |
I experimented and dug around a bit, and it looks like VSCode implemented this a bit differently:
I was hoping that this would enable a bit of finer-grained control over the behavior of the ligatures, to exclude some and not others, but it still causes the Looking at Space Mono, the best bet is to disable ligatures for that font via I'm also tracking some extensibility to this with #412 - having CSS theming support for Oni plugins. With that, a plugin could do some more fine-grained control over text rendering too. I'll close this for now as I think the best bet for Space Mono is to use |
Hi,
Although I like ligatures for coding with fonts like Fira Code, some other fonts (Space Mono) have ligatures that I would not like to see in the code (e.g. fi).
Is it possible to disable ligatures as a setting somewhere?
Many thanks,
Nikos
The text was updated successfully, but these errors were encountered: