aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-21 17:52:03 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-21 17:52:03 +0530
commit4e7e8719905e4dc6b2f20315e5e969b2d891ce12 (patch)
tree05e2c562b91e76c4f7e3e789cf369abc7e93ee97 /README.md
parent76327e9db3e7bc36815abcd853732910dea789af (diff)
downloadnnn-4e7e8719905e4dc6b2f20315e5e969b2d891ce12.tar.gz
Use NNN_DE_FILE_MANAGER
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 435b7e0..a5bc652 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Noice is Not Noice, a noicer fork...
- [Keyboard shortcuts](#keyboard-shortcuts)
- [Filters](#filters)
- [File type abbreviations](#file-type-abbreviations)
- - [File association](#file-association)
+ - [File handling](#file-handling)
- [Help](#help)
- [Quickstart](#quickstart)
- [How to](#how-to)
@@ -133,7 +133,7 @@ nnn needs libreadline and libncursesw (on Linux or ncurses on OS X) and standard
| `Left`, `Backspace`, `h`, `^H` | Go to parent dir |
| `~` | Jump to HOME dir |
| `-` | Jump to last visited dir |
-| `o` | Open dir in desktop file manager |
+| `o` | Open dir in `NNN_DE_FILE_MANAGER` |
| `/`, `&` | Filter dir contents |
| `c` | Show change dir prompt |
| `d` | Toggle detail view |
@@ -176,7 +176,7 @@ The following abbreviations are used in the detail view:
| `b` | Block Device |
| `c` | Character Device |
-#### File association
+#### File handling
- Set `NNN_OPENER` to let a desktop opener handle it all. E.g.:
export NNN_OPENER=xdg-open