diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-22 17:08:56 +0200 |
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-22 17:08:56 +0200 |
| commit | ec8e479147f7bbd5e96e61727fc0383d0e17997a (patch) | |
| tree | 37071802ac70c483c6316ff819cb81822abe69c6 | |
| parent | b426f25aef1f2be2b482bf0b256733eba0b1c5aa (diff) | |
kitty: show ligatures
| -rw-r--r-- | kitty/kitty.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 9b73588..88b016e 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -10,8 +10,10 @@ cursor_shape block cursor_trail 1 cursor_trail_start_threshold 2 +disable_ligatures never + # BEGIN_KITTY_FONTS -font_family family="IBM Plex Mono" +font_family family="BlexMono Nerd Font Mono" bold_font auto italic_font auto bold_italic_font auto |
