From 8ae2eed0f3c7489a5e8ea101be4bd363c3e53541 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 20 Nov 2018 07:30:37 +0530 Subject: [PATCH] Update docs on file path copy --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82c7832b..a95762e3 100644 --- a/README.md +++ b/README.md @@ -360,12 +360,16 @@ NOTE: Bookmark keys should be single-character to use them in combination with t ##### selection -Use ^K to copy the absolute path (from `/`) of the file under the cursor to clipboard. To copy multiple absolute file paths the selection mode should be enabled using ^Y. In this mode it's possible to +Use ^K to copy the absolute path of the file under the cursor. -- cherry-pick individual files one by one by pressing ^K on each entry; or, -- navigate to another file in the same directory to select a range of files. +To copy multiple absolute file paths: -Pressing ^Y again copies the paths to clipboard and exits the selection mode. The files in the list can now be copied, moved or removed using respective keyboard shortcuts. +- press ^Y to enter selection mode. In this mode it's possible to + - cherry-pick individual files one by one by pressing ^K on each entry; or, + - navigate to another file in the same directory to select a range of files +- press ^Y _again_ to copy the paths and exit the selection mode + +The files in the list can now be copied (P), moved (V) or removed (X). To list the file paths copied to memory press y.