mirror of
https://github.com/jarun/nnn.git
synced 2024-11-22 15:20:59 +03:00
Updated Troubleshooting (markdown)
parent
066aa1dc28
commit
22f63e81bb
@ -109,6 +109,8 @@ 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.
|
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.
|
||||||
|
|
||||||
|
Note that the instance of the editor must wait for the editing to complete and the changes to be saved.
|
||||||
|
|
||||||
## Misaligned size column
|
## Misaligned size column
|
||||||
|
|
||||||
We have seen this issue with WSL and Putty where sometimes repeated space characters are not printed correctly.
|
We have seen this issue with WSL and Putty where sometimes repeated space characters are not printed correctly.
|
||||||
|
Loading…
Reference in New Issue
Block a user