diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-08-29 05:31:44 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-08-29 05:31:44 +0530 |
commit | 2beea9bce862254390835f0c33240dc93cd58d11 (patch) | |
tree | 21c8f2087b99c5ef639f0ccc76e8e0aac4cf2b1e /README.md | |
parent | f55e797d24187edb843d3f3e1a49bc30735946e7 (diff) | |
download | nnn-2beea9bce862254390835f0c33240dc93cd58d11.tar.gz |
With current features, DE file manager is redundant
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -331,13 +331,9 @@ Add the following to your shell's rc file for the best experience: 2. Optionally open all text files in EDITOR (fallback vi): export NNN_USE_EDITOR=1 -3. Set a desktop file manager to open directories with (if you ever need to). E.g.: +3. Run `n`. - export NNN_DE_FILE_MANAGER=thunar - -4. Run `n`. - -5. Press <kbd>?</kbd> for help on keyboard shortcuts anytime. +4. Press <kbd>?</kbd> for help on keyboard shortcuts anytime. ### How to |