diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -372,6 +372,10 @@ The following indicators are used in the detail view: | $PAGER | page through files (fallback less) | | $SHELL | spawn a shell, run script (fallback sh) | +To specify a custom file opener: + + export NNN_OPENER=mimeopen + To edit all text files in EDITOR (preferably CLI, fallback vi): export NNN_USE_EDITOR=1 |