mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Add more details on selection
This commit is contained in:
parent
809b1885fb
commit
c139178916
4
nnn.1
4
nnn.1
|
@ -158,7 +158,7 @@ auto selects the directory and enters it in this mode.
|
||||||
.Sh SELECTION
|
.Sh SELECTION
|
||||||
There are 3 groups of shortcuts to add files to selection:
|
There are 3 groups of shortcuts to add files to selection:
|
||||||
.Pp
|
.Pp
|
||||||
(1) hovered file selection toggle (indicated by '+' symbol on/off)
|
(1) hovered file selection toggle (deselects if '+' is visible before the entry, else adds to selection)
|
||||||
.br
|
.br
|
||||||
(2) add a range of files to selection
|
(2) add a range of files to selection
|
||||||
.br
|
.br
|
||||||
|
@ -168,7 +168,7 @@ The selection can now be listed, copied, moved, removed, archived or linked.
|
||||||
.Pp
|
.Pp
|
||||||
Absolute paths of the selected files are copied to the temporary file \fB.selection\fR in the config directory. The path is shown in the help and configuration screen. If \fB$NNN_COPIER\fR is set (see ENVIRONMENT section below) the file paths are also copied to the system clipboard.
|
Absolute paths of the selected files are copied to the temporary file \fB.selection\fR in the config directory. The path is shown in the help and configuration screen. If \fB$NNN_COPIER\fR is set (see ENVIRONMENT section below) the file paths are also copied to the system clipboard.
|
||||||
.Pp
|
.Pp
|
||||||
To flush the selection without running any operation use the _edit, flush selection_ key. The list is flushed even if unchanged. Use this key to remove a file from selection after you navigate away from its directory.
|
To flush the selection without running any operation use the _edit, flush selection_ key. The list is flushed even if unchanged. Use this key to remove a file from selection after you navigate away from its directory. Flushing doesn't end the selection mode. You can add more files to the selection and edit/flush the list again. Flushing doesn't end the selection mode. You can add more files to the selection and edit/flush the list again.
|
||||||
.Pp
|
.Pp
|
||||||
Repeat range selection on the same entry twice to clear selection completely.
|
Repeat range selection on the same entry twice to clear selection completely.
|
||||||
.Sh FILE SIZE
|
.Sh FILE SIZE
|
||||||
|
|
Loading…
Reference in a new issue