From 133d042c6cdf5f6a8c7f1fa27f51475d89153bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=B1a=20Colada?= Date: Fri, 7 May 2021 09:03:25 +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 d3646ad..a458e54 100644 --- a/Concepts.md +++ b/Concepts.md @@ -147,7 +147,7 @@ Absolute paths of the selected files are copied to `.selection` file in the conf `nnn` clears the selection after an operation with the selection. Plugins are allowed to define the behaviour individually. -`nnn` doesn't match directory entries for selected files after a redraw or after the user navigates away from the directory. An attempt to do so will increase memory consumption and processing significantly as `nnn` allows selection across directories. However, the selection can be edited in the instance of `nnn` where the files were selected. +`nnn` doesn't match directory entries for selected files after a redraw or after the user navigates away from the directory. An attempt to do so will increase memory consumption and processing significantly as `nnn` allows selection across directories. So the visual selection marks are cleared. However, the selection can be edited in the instance of `nnn` where the files were selected. #### Editing selection