From 7554209e8009a1f4e3332e6652edc67cb1223439 Mon Sep 17 00:00:00 2001 From: Anita Graham Date: Sun, 16 Jun 2019 11:38:39 +0800 Subject: [PATCH] Add clarification for usage of moving and copying selections --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9503bdf8..4c603a09 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,8 @@ Selected files are visually indicated by a `+` before the entries. The selection can now be listed, copied, moved, removed, archived or linked. +Navigate to a target directory then use V (move) or P (copy) to have the selected files moved or copied. + Absolute paths of the selected files are copied to the temporary file `~/.config/nnn/.selection`. The path is shown in the help and configuration screen. If `$NNN_COPIER` is set the file paths are also copied to the system clipboard. #### Filters