Skip to content

Commit 12aae25

Browse files
kitty: apply nerd fonts symbol_map after font selection in host files
1 parent 7dae502 commit 12aae25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

kitty/kitty.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ wayland_enable_ime no
5252
# Note: on Wayland, if ibus is installed, it takes precedence over Kitty's unicode_input for the
5353
# `ctrl+shift+u` shortcut. (This doesn't happen on X11).
5454

55-
# Force kitty to use its embeeded pure NERD font for NERD symbols
56-
# https://sw.kovidgoyal.net/kitty/faq/#kitty-is-not-able-to-use-my-favorite-font
57-
symbol_map U+e000-U+e00a,U+ea60-U+ebeb,U+e0a0-U+e0c8,U+e0ca,U+e0cc-U+e0d7,U+e200-U+e2a9,U+e300-U+e3e3,U+e5fa-U+e6b7,U+e700-U+e8ef,U+ed00-U+efc1,U+f000-U+f2ff,U+f000-U+f2e0,U+f300-U+f381,U+f400-U+f533,U+f0001-U+f1af0 Symbols Nerd Font Mono
58-
5955
# Disable some work-loosing default mappings
6056
map kitty_mod+q no_op
6157
map kitty_mod+w no_op
6258

6359
# $HOST-dependent overrides (requires setting $HOST in /etc/environment)
6460
include ${HOST}.conf
61+
62+
# Force kitty to use its embeeded pure NERD font for NERD symbols
63+
# https://sw.kovidgoyal.net/kitty/faq/#kitty-is-not-able-to-use-my-favorite-font
64+
symbol_map U+e000-U+e00a,U+ea60-U+ebeb,U+e0a0-U+e0c8,U+e0ca,U+e0cc-U+e0d7,U+e200-U+e2a9,U+e300-U+e3e3,U+e5fa-U+e6b7,U+e700-U+e8ef,U+ed00-U+efc1,U+f000-U+f2ff,U+f000-U+f2e0,U+f300-U+f381,U+f400-U+f533,U+f0001-U+f1af0 Symbols Nerd Font Mono

0 commit comments

Comments
 (0)