From f984985d469872e8dad551a00b8575d25b4552a9 Mon Sep 17 00:00:00 2001 From: Jana Date: Tue, 18 Aug 2020 22:52:49 +0530 Subject: [PATCH] Updated Advanced use cases (markdown) --- Advanced-use-cases.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Advanced-use-cases.md b/Advanced-use-cases.md index 154b72a..5813c27 100644 --- a/Advanced-use-cases.md +++ b/Advanced-use-cases.md @@ -155,6 +155,12 @@ You can control `nnn`'s active directory from a plugin. Find the instructions [h It may be a good idea to let the default opener (`xdg-open`) handle non-text files. Set `$VISUAL`/`$EDITOR` to your preferred CLI editor and use the program option `-e`. The program option `-R` disables rollover at edges (useful on smaller form factors). Also see the mouse click options for simplified navigation and and usability with touch. +#### Enable file icons + +- Follow the [instructions for desktop](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons) +- Copy the file `~/.local/share/icons-in-terminal/icons-in-terminal.ttf` to Termux environment `~/.termux/font.ttf` +- Run `termux-reload-settings` (or use the [Termux:Styling](https://play.google.com/store/apps/details?id=com.termux.styling) app which is a GUI for that functionality) + #### Copy to clipboard - Install the [Termux:API](https://play.google.com/store/apps/details?id=com.termux.api) app from Google Play