aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-01 06:46:13 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-01 06:46:13 +0530
commit746e5d0d1f47d715a3068ac1e93fdb38fc4d2f78 (patch)
tree8050bda2c053d6ab836526f7d4f44e948d585454 /README.md
parent4c8c916ca362bb28fc6a99e4853325519e185ba7 (diff)
downloadnnn-746e5d0d1f47d715a3068ac1e93fdb38fc4d2f78.tar.gz
Fix #141, #196
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3dbc27f..bfba745 100644
--- a/README.md
+++ b/README.md
@@ -318,7 +318,9 @@ To copy multiple absolute file paths:
- press <kbd>^Y</kbd> (or <kbd>Y</kbd>) to enter selection mode. In this mode it's possible to
- cherry-pick individual files one by one by pressing <kbd>^K</kbd> on each entry (works across directories and contexts); or,
- navigate to another file in the same directory to select a range of files
-- press <kbd>^Y</kbd> (or <kbd>Y</kbd>) _again_ to copy the paths and exit the selection mode
+- press <kbd>^Y</kbd> again to save the selection and exit selection mode.
+
+Selected files are visually indicated by a `+`.
The files in the list can now be copied (<kbd>P</kbd>), moved (<kbd>V</kbd>) or removed (<kbd>X</kbd>).