Replies: 1 comment
-
narrow symbols is the option and no NERD fonts wont keep changing their
codepoints, though they might add more. THe change was because they
originally did not use PUA codepoints exclusively.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
I discovered that kitty expands Nerd Code symbols by default, even if you specify it to use Symbols Nerd Font Mono:
I also believe kitty includes Symbols Nerd Font Mono in its installation.
Problem is that some fonts do not look good with default behaviour (IMHO):

So I found two solutions for that problem. First is to include Nerd Font symbols to be explicitly narrowed:
But it can be bad solution if Nerd Font changes those codes with update as it once did.
Second solution is to use dedicated Nerf Font Mono font variant:
But it looks like you should not use patched fonts in kitty
Question
What is the most convenient way to do this. Maybe there is dedicated config option that I am missing? By mentioning Nerd Font Mono I assume this variant:

Beta Was this translation helpful? Give feedback.
All reactions