summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2015-11-14 03:44:10 +0100
committerhut <hut@lepus.uberspace.de>2015-11-14 03:44:10 +0100
commitd11e47ee5065306d3e837ddfb44382acdebe5160 (patch)
tree8e88f0edbae5377df128e79ec930087b4a059027 /doc
parent88c1fd2f5c6aec91eb4e13dee1c4b1b703b3d886 (diff)
parenta090d85eae9f6016b655943c97a2bbf8416c12ce (diff)
downloadranger-d11e47ee5065306d3e837ddfb44382acdebe5160.tar.gz
Merge branch 'p_macro' of https://github.com/NoSuck/ranger
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.)