Updated Troubleshooting (markdown)

Mischievous Meerkat 2020-05-09 19:36:26 +05:30
parent 8616a7642d
commit c2e159542f

@ -27,7 +27,7 @@ You can do this when starting `nnn`. See the [quitcd scripts](https://github.com
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.
## List load blocking
## List load blocks
Loading a list of file paths from a plugin (like `finder`) works over a PIPE. The maximum capacity of pipe buffer is OS-dependent. While Linux allows modifying the capacity, many do not. If loading a list of files blocks, press<kbd>^C</kbd> to load the list of files which have been read successfully before the buffer had overflown.