Updated Concepts (markdown)

Terminator X 2021-08-12 00:00:32 +05:30
parent 3503942d9e
commit b08220b7b7
1 changed files with 1 additions and 1 deletions

@ -149,7 +149,7 @@ A selection can be edited, copied, moved, removed, archived or linked. Example w
- navigate to a target directory
- use <kbd>^P</kbd> (cp) or <kbd>^V</kbd> (mv) to copy or move the selected files
Absolute paths of the selected files are copied to `.selection` file in the config directory. The selection file is shared between multiple program instances. Selection from multiple instances are not merged. The last instance writing to the file overwrites earlier contents. 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 in the other pane. The selection gets cleared in the `nnn` instance where the selection was made on selection mv/rm (but not on cp).
Absolute paths of the selected files are copied to `.selection` file in the config directory. The selection file is shared between multiple program instances. Selection from multiple instances are not merged. The last instance writing to the file overwrites earlier contents. 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 in the other pane. The selection gets cleared in the `nnn` instance where the selection was made on mv/rm (but not on cp).
`nnn` clears the selection after a successful operation with the selection. Plugins are allowed to define the behaviour individually.