diff options
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -129,18 +129,18 @@ When there's a unique match and it's a directory, .Nm auto selects the directory and enters it in this mode. .Sh SELECTION -Use \fI^K\fR to select the file under the cursor. +Use \fI^J\fR to select the file under the cursor. .Pp -To select multiple files press \fI^Y\fR and enter selection mode. +To select multiple files press \fI^S\fR and enter selection mode. In this mode it's possible to .Pp -(1) cherry-pick individual files one by one by pressing \fI^K\fR on each entry (works across directories and contexts); or, +(1) cherry-pick individual files one by one by pressing \fI^J\fR on each entry (works across directories and contexts); or, .br (2) navigate to another file in the same directory to select a range of files. .Pp -Running any operation that uses the selection OR pressing \fI^Y\fR again will save the selection and exit the selection mode. +Running any operation that uses the selection OR pressing \fI^S\fR again will save the selection and exit the selection mode. .Pp -Press \fI^Y\fR twice to clear selection. +Press \fI^S\fR twice to clear selection. .Pp Selected files are visually indicated by a \fI+\fR before the entries. .br |