aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-09-30 18:54:27 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-09-30 18:54:27 +0530
commit7cae5dfe44942c54463c09a373f3dd70c6fc4e53 (patch)
treeee14c792b62bc5cbe941f6cfaa36d59dcc673af2 /nnn.1
parent62a0932976ed6aeda6e4b29b8c43b9b8dcd54135 (diff)
downloadnnn-7cae5dfe44942c54463c09a373f3dd70c6fc4e53.tar.gz
Shortcut to list selection y is now M
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.110
1 files changed, 5 insertions, 5 deletions
diff --git a/nnn.1 b/nnn.1
index 3401431..3ff1795 100644
--- a/nnn.1
+++ b/nnn.1
@@ -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