Is your feature request related to a problem? Please describe.
It's not really a problem, but it can be really handy to select a font for some codepoints, to ensure the rest of a font does not leak with unwanted glyphs, when you only wanted some symbols from that font, to override the symbols from another font.
I'm happy with the current fallback system, so this is pretty low priority
Map the specified unicode codepoints to a particular font. Useful if you need special rendering for some symbols, such as for Powerline. Avoids the need for patched fonts.
Each unicode code point is specified in the form U+<code point in hexadecimal>.
You can specify multiple code points, separated by commas and ranges separated by hyphens. symbol_map itself can be specified multiple times.
I'm aware this doesn't help make it technically any easier, but I'd like to just note that this is the feature keeping me on Kitty :slightly_smiling_face:
Is your feature request related to a problem? Please describe. It's not really a problem, but it can be really handy to select a font for some codepoints, to ensure the rest of a font does not leak with unwanted glyphs, when you only wanted some symbols from that font, to override the symbols from another font.
I'm happy with the current fallback system, so this is pretty low priority
Describe the solution you'd like A config similar to Kitty's
symbol_map
: https://sw.kovidgoyal.net/kitty/conf.html#opt-kitty.symbol_map