disable ligatures for ghostty
This commit is contained in:
parent
898838e88b
commit
b17c499e4f
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ font-family = GoMono Nerd Font
|
||||||
font-size = 12
|
font-size = 12
|
||||||
font-thicken = true
|
font-thicken = true
|
||||||
font-thicken-strength = 100
|
font-thicken-strength = 100
|
||||||
|
# the following font-feaure settings are to disable ligatures
|
||||||
|
font-feature = -calt
|
||||||
|
font-feature = -liga
|
||||||
|
font-feature = -dlig
|
||||||
cursor-style = block
|
cursor-style = block
|
||||||
cursor-style-blink = true
|
cursor-style-blink = true
|
||||||
shell-integration-features = no-cursor
|
shell-integration-features = no-cursor
|
||||||
|
|
Loading…
Reference in a new issue