summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorThe Flying Rapist <admin@nosuck.org>2015-10-18 11:24:32 -0400
committerThe Flying Rapist <admin@nosuck.org>2015-10-18 11:24:32 -0400
commita090d85eae9f6016b655943c97a2bbf8416c12ce (patch)
treec49bcd7d492827fca7e5e4260073f1aa0a31e9e0 /doc
parent8a263f02dd3c5b2da4d2ebb0cb0814b9f828cf6c (diff)
downloadranger-a090d85eae9f6016b655943c97a2bbf8416c12ce.tar.gz
Added %p macro for full paths of selected files.
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index b68595a9..b287f1ea 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -201,11 +201,12 @@ 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,
+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.)