From b7cc3057e50de683ff034f5aa2f48b3766ea633b Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Sat, 14 Nov 2020 03:02:16 +0530 Subject: [PATCH] Updated Advanced use cases (markdown) --- Advanced-use-cases.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Advanced-use-cases.md b/Advanced-use-cases.md index e282461..68177c0 100644 --- a/Advanced-use-cases.md +++ b/Advanced-use-cases.md @@ -2,7 +2,9 @@ `nnn` supports mutliple ways to show icons. They are turned off by default and are not provided in the default distribution to avoid shipping third party resources. Currently we support [icons-in-terminal](https://github.com/sebastiencs/icons-in-terminal) for those wishing to use icons alongside a normal code font. Alternatively, you can utilize Nerdfont's patched fonts to add icons to the font itself. The later is more common for Vim users who need fonts for various powerline plugins. Regardless of the method, each method will produce similar experiences within nnn. -You will need to recompile nnn rather than use the default release in both cases. Or you can grab one of the icon-enabled static binaries auto-generated at each release. +Icons can be customized in [icons.h](https://github.com/jarun/nnn/blob/master/src/icons.h). + +You will need to recompile `nnn` rather than use the default release in both cases. Or you can grab one of the icon-enabled static binaries auto-generated at each release. Note that your `$TERM` must support 256 colors for the icons to show.