diff --git a/Troubleshooting.md b/Troubleshooting.md index 883d0a5..291d5bc 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -27,6 +27,10 @@ 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 + +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^C to load the list of files which have been read successfully before the buffer overflows. + ## BSD terminal issue **TL;DR:** On releases previous to v2.7, use the keybind K to toggle selection if you are having issues with ^Y.