Skip to content

Commit

Permalink
Add more details on selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Dec 4, 2019
1 parent 809b188 commit c139178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nnn.1
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ auto selects the directory and enters it in this mode.
.Sh SELECTION
There are 3 groups of shortcuts to add files to selection:
.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
(2) add a range of files to selection
.br
Expand All @@ -168,7 +168,7 @@ The selection can now be listed, copied, moved, removed, archived or linked.
.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.
.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
Repeat range selection on the same entry twice to clear selection completely.
.Sh FILE SIZE
Expand Down

0 comments on commit c139178

Please sign in to comment.