diff options
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index b68595a9..6c66f817 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -201,12 +201,13 @@ Macros can be used in commands to abbreviate things. %f the highlighted file %d the path of the current directory - %s the selected files in the current directory. + %s the selected files in the current directory %t all tagged files in the current directory %c the full paths of the currently copied/cut files + %p the full paths of selected files -The macros %f, %d and %s also have upper case variants, %F, %D and %S, -which refer to the next tab. To refer to specific tabs, add a number in +The macros %f, %d, %p, and %s also have upper case variants, %F, %D, %P, and +%S, which refer to the next tab. To refer to specific tabs, add a number in between. (%7s = selection of the seventh tab.) %c is the only macro which ranges out of the current directory. So you may |