]> Sergey Matveev's repositories - nnn.git/commitdiff
Use NNN_DE_FILE_MANAGER
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 21 Apr 2017 12:22:03 +0000 (17:52 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 21 Apr 2017 12:22:03 +0000 (17:52 +0530)
README.md
nnn.1
nnn.c

index 435b7e0cdb39dad11f354ae2a9246e4f2b747127..a5bc652271525b82ac62a617c1e3a2ed38ae6fac 100644 (file)
--- 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
diff --git a/nnn.1 b/nnn.1
index 4721ab4d7ae2d1a9b2c15c2e8ca046527c857208..adacf14761f2abddea00506b6d9c0aa8f22c2a91 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -46,7 +46,7 @@ Change to the HOME directory
 .It Ic -
 Change to the last visited directory
 .It Ic o
-Open directory in desktop file manager
+Open directory in NNN_DE_FILE_MANAGER
 .It Ic /, &
 Change filter (more information below)
 .It Ic c
diff --git a/nnn.c b/nnn.c
index a90fab54c7c92e8271d3bdb3ed3f0749a9668da3..6943109473bd2029d767288b3b51d6a49c288ddc 100644 (file)
--- a/nnn.c
+++ b/nnn.c
@@ -936,7 +936,7 @@ show_help(void)
     [Left], [Backspace], h, ^H  Go to parent dir\n\
     ~                           Jump to HOME dir\n\
     -                           Jump to last visited dir\n\
-    o                           Open dir in desktop file manager\n\
+    o                           Open dir in NNN_DE_FILE_MANAGER\n\
     /, &                        Filter dir contents\n\
     c                           Show change dir prompt\n\
     d                           Toggle detail view\n\