mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
kitty: disable ligatures
This commit is contained in:
parent
0076ca360f
commit
680fd7fa6f
1 changed files with 6 additions and 2 deletions
|
|
@ -2,11 +2,15 @@
|
||||||
|
|
||||||
#: Fonts {{{
|
#: Fonts {{{
|
||||||
|
|
||||||
|
#: fc-cache
|
||||||
|
#: kitty +list-fonts
|
||||||
|
|
||||||
#: kitty has very powerful font management. You can configure
|
#: kitty has very powerful font management. You can configure
|
||||||
#: individual font faces and even specify special fonts for particular
|
#: individual font faces and even specify special fonts for particular
|
||||||
#: characters.
|
#: characters.
|
||||||
|
|
||||||
font_family Noto Mono Light
|
font_family Noto Mono Light
|
||||||
|
# font_family Geist Mono Regular
|
||||||
# bold_font auto
|
# bold_font auto
|
||||||
# italic_font auto
|
# italic_font auto
|
||||||
# bold_italic_font auto
|
# bold_italic_font auto
|
||||||
|
|
@ -49,7 +53,7 @@ font_size 14.0
|
||||||
|
|
||||||
#: symbol_map codepoints Font Family Name
|
#: symbol_map codepoints Font Family Name
|
||||||
|
|
||||||
# disable_ligatures never
|
disable_ligatures always
|
||||||
|
|
||||||
#: Choose how you want to handle multi-character ligatures. The
|
#: Choose how you want to handle multi-character ligatures. The
|
||||||
#: default is to always render them. You can tell kitty to not render
|
#: default is to always render them. You can tell kitty to not render
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue