summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.pod14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index d182f3af..cc55d6ac 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -302,6 +302,20 @@ The macro %space expands to a space character. You can use it to add spaces to
 the end of a command when needed, while preventing editors to strip spaces off
 the end of the line automatically.
 
+The macros %any and %any_path can be used when binding keys to
+commands. The macro %any will exapnd to the key pressed in the place of
+<any>. The macro %any_path will exapnd to the path of the bookmark which
+is mapped to the key that is pressed in the place of <any>. For example:
+
+	map c<any> echo %any
+
+can be used to echo the key that was pressd after "c".
+
+	map c<any> echo %any_path
+
+can be used to echo the path of the booksmark that is set to the key
+pressed after "c".
+
 To write a literal %, you need to escape it by writing %%.
 
 =head2 BOOKMARKS