Updated Advanced use cases (markdown)

Jana 2020-08-17 03:03:56 +05:30
parent c8cdfe1ddb
commit a3d5be5102

@ -1,3 +1,12 @@
## File icons
`nnn` supports [icons-in-terminal](https://github.com/sebastiencs/icons-in-terminal). Icons are not compiled-in by default to avoid shipping third-party resources.
To enable file icons follow the steps below:
- [install](https://github.com/sebastiencs/icons-in-terminal#installation) icons-in-terminal
- compile `nnn` with the make option `O_ICONS=1`
## Custom keybinds
The keybinds are defined in the `bindings` structure in `nnn.h`. Users can modify these to set their preferred shortcuts. After modifying, `nnn` needs to be compiled ([instructions](https://github.com/jarun/nnn#from-source)).