diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-10 19:42:09 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-11 05:00:32 +0530 |
commit | 598bf6368654d04902d54a6a0d964243e1a22536 (patch) | |
tree | 76c327391a25645a26577006a16ff57946e2d06b /nnn.1 | |
parent | 0f7cdfb3b2e66155a9d88b9713b7fa335ea1777a (diff) | |
download | nnn-598bf6368654d04902d54a6a0d964243e1a22536.tar.gz |
List copy buffer if valid
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -222,11 +222,13 @@ NNN_COPIER is set (see ENVIRONMENT section below). To copy multiple file paths the multi-copy mode should be enabled using \fI^Y\fR. In this mode it's possible to .Pp -(1) select multiple files one by one by pressing \fI^K\fR on each entry; or, +(1) cherry-pick individual files one by one by pressing <kbd>^K</kbd> on each entry; or, .br (2) navigate to another file in the same directory to select a range of files. .Pp Pressing \fI^Y\fR again copies the paths to clipboard and exits the multi-copy mode. +.Pp +To list the file paths copied to memory press \fIy\fR. .Sh ENVIRONMENT The SHELL, EDITOR (VISUAL, if defined) and PAGER environment variables take precedence when dealing with the !, e and p commands respectively. |