Feature request: Disable double hyphens system #7656

Closed
opened 2026-01-31 01:09:41 +00:00 by claunia · 3 comments
Owner

Originally created by @Caceresenzo on GitHub (Apr 24, 2020).

Description of the new feature/enhancement

Double hyphens are not liked by everyone.
It should have a way to disable them.

A really simple exemple is the 'NOT EQUAL TO', when you type '!=' it will appear as '≠'.

Originally created by @Caceresenzo on GitHub (Apr 24, 2020). # Description of the new feature/enhancement Double hyphens are not liked by everyone. It should have a way to disable them. A really simple exemple is the 'NOT EQUAL TO', when you type '!=' it will appear as '≠'.
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 01:09:41 +00:00
Author
Owner

@Caceresenzo commented on GitHub (Apr 24, 2020):

A fix can be to restore the old 'Consolas' font.

{
	"profiles":
	{
		"defaults":
		{
			"fontFace": "Consolas"
		}
	}
}
@Caceresenzo commented on GitHub (Apr 24, 2020): A fix can be to restore the old 'Consolas' font. ```json { "profiles": { "defaults": { "fontFace": "Consolas" } } } ```
Author
Owner

@zadjii-msft commented on GitHub (Apr 24, 2020):

Thanks for the suggestion! Largely, this is a /dupe of #759. Before 1.0 lands, we'll also be switching the default font to "Cascadia Mono", which has ligatures disabled, instead of "Cascadia Code" (which has ligatures). For more info, see #5505

@zadjii-msft commented on GitHub (Apr 24, 2020): Thanks for the suggestion! Largely, this is a /dupe of #759. Before 1.0 lands, we'll also be switching the default font to "Cascadia Mono", which has ligatures disabled, instead of "Cascadia Code" (which has ligatures). For more info, see #5505
Author
Owner

@ghost commented on GitHub (Apr 24, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Apr 24, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7656