From ae2d049e8fcc4ad28b150f5533526549fbe385a9 Mon Sep 17 00:00:00 2001 From: Arun Date: Sat, 16 Jul 2022 22:41:38 +0530 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concepts.md b/Concepts.md index 3f42495..d9bb663 100644 --- a/Concepts.md +++ b/Concepts.md @@ -345,6 +345,6 @@ Here's a list of the design principles driving the core `nnn` program: 14. Directory updates are disabled in the following modes: - disk usage: re-scans are issued on every change in dir - filter mode: content refresh is very disruptive in the workflow -15. Limited (4) number of contexts; for more, please refer to [make option `O_CTX8`](https://github.com/jarun/nnn/wiki/Developer-guides#compile-in-8-contexts) +15. Limited (4) number of contexts; for more, please refer to make option [`O_CTX8`](https://github.com/jarun/nnn/wiki/Developer-guides#compile-in-8-contexts) - file paths copy-paste should work seamlessly between contexts and instances of `nnn` 16. Scan each directory on visit (even in disk usage analyzer mode) rather than storing all the information from the first scan. This keeps the information up to date. To compensate, use fast re-scan with highly optimized algorithms. \ No newline at end of file