mirror of
https://github.com/jarun/nnn.git
synced 2024-11-22 15:20:59 +03:00
Updated Troubleshooting (markdown)
parent
aea6507366
commit
507cc815b5
@ -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<kbd>^C</kbd> 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 <kbd>K</kbd> to toggle selection if you are having issues with <kbd>^Y</kbd>.
|
||||
|
Loading…
Reference in New Issue
Block a user