1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Troubleshooting (markdown)

Mischievous Meerkat 2020-10-14 02:19:00 +05:30
parent df528e6bdb
commit db75147ae6

@ -35,10 +35,6 @@ 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 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 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.
## BSD terminal issue ## BSD terminal issue
**TL;DR:** On releases previous to v2.7, use the keybind <kbd>K</kbd> to toggle selection if you are having issues with <kbd>^Y</kbd>. **TL;DR:** On releases previous to v2.7, use the keybind <kbd>K</kbd> to toggle selection if you are having issues with <kbd>^Y</kbd>.