From db941c8f86305be76d28027c070e0873319bf3f9 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Thu, 12 Nov 2020 08:46:19 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 7c45548..1c24dc7 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -37,11 +37,13 @@ If that's the case, clear (`undef`) the setting. E.g.: You can do this when starting `nnn`. See the [quitcd scripts](https://github.com/jarun/nnn/tree/master/misc/quitcd). -## List input stream with persistent session +## Listing issues + +### List input stream with persistent session Listing input stream conflicts with persistent sessions. With persistent session enabled, find and list at runtime. -## Can't list within list +### Can't list within list List view is a temporary view of symlinks. To avoid remembering the temporary paths to all listed views the current path is removed when the next list is loaded. This is also inline with the fact that `find` doesn't look within symlinks to directories. If you need to search the entries within a loaded list, visit the original directory and run the refined search.