dblume commited on 2025-04-12 00:07:46
Showing 1 changed files, with 4 additions and 0 deletions.
Ghostty defaults to ligatures like != turning into a clever two-char not-equals ligature. Turn that off.
... | ... |
@@ -20,6 +20,10 @@ cursor-invert-fg-bg = true |
20 | 20 |
font-family = "Roboto Mono for Powerline" |
21 | 21 |
font-thicken = true |
22 | 22 |
|
23 |
+# Disable ligatures when using default font JetBrains Mono. |
|
24 |
+# https://ghostty.org/docs/config/reference#font-feature |
|
25 |
+font-feature = -calt |
|
26 |
+ |
|
23 | 27 |
window-height = 60 |
24 | 28 |
window-width = 120 |
25 | 29 |
|
26 | 30 |