mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 05:11:30 +00:00
Updated Advanced use cases (markdown)
parent
79d4a4af94
commit
f984985d46
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue