Updated Home (markdown)

Jana 2020-06-15 19:32:12 +05:30
parent 4dc82d932c
commit 406efc9bf6
1 changed files with 2 additions and 0 deletions

@ -147,6 +147,8 @@ A selection can be edited, copied, moved, removed, archived or linked. Example w
Absolute paths of the selected files are copied to `.selection` file in the config directory. The selection file is shared between multiple program instances. The most recent instance writing to the file overwrites the entries from earlier writes. If you have 2 instances of `nnn` _open_ in 2 panes of a terminal multiplexer, you can select in one pane and use the selection (e.g. to copy or move) in the other pane (if the instance doesn't have any local selection already).
`nnn` clears the selection after successful file removal, batch-rename and link creation operations on selection. However, selection is retained after archive creation with selection as user may want to delete the archived files next.
#### Editing selection
To edit the selection use the _edit selection_ key. Use this key to remove a file from selection after you navigate away from its directory or remove duplicates. Editing doesn't end the selection mode. You can add more files to the selection and edit the list again. If no file is selected in the current session, this option attempts to list the selection file.