diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-01 06:46:13 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-01 06:46:13 +0530 |
commit | 746e5d0d1f47d715a3068ac1e93fdb38fc4d2f78 (patch) | |
tree | 8050bda2c053d6ab836526f7d4f44e948d585454 /README.md | |
parent | 4c8c916ca362bb28fc6a99e4853325519e185ba7 (diff) | |
download | nnn-746e5d0d1f47d715a3068ac1e93fdb38fc4d2f78.tar.gz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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>). |