mirror of
https://github.com/jarun/nnn.git
synced 2024-11-22 15:20:59 +03:00
Updated Troubleshooting (markdown)
parent
f3c931ed40
commit
27bc02550a
@ -58,6 +58,14 @@ initialization.
|
||||
|
||||
The in-built batch-renamer implemented in `nnn` is a very simplified one. It's single-pass - reads the name/path of files iteratively (from a list of source files) and renames/moves them (as specified in the corresponding line number in a list of renamed/destination files). It doesn't handle deletions or perform any pre-parsing to account for rename loops, swaps, replaces, etc.
|
||||
|
||||
## Misaligned size column
|
||||
|
||||
We have seen this issue in WSL where sometimes repeated space characters are not printed. To fix this:
|
||||
|
||||
export TERM=rxvt-unicode
|
||||
|
||||
Detailed [explanation](https://stackoverflow.com/questions/46507473/ncurses-in-urxvt-does-not-print-repeating-characters).
|
||||
|
||||
## 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.
|
||||
|
Loading…
Reference in New Issue
Block a user