mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
Updated Advanced use cases (markdown)
parent
4f774f4d7f
commit
b7cc3057e5
|
@ -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.
|
`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.
|
Note that your `$TERM` must support 256 colors for the icons to show.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue