summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorLeo Vivier <leo.vivier+dev@gmail.com>2019-07-25 21:56:18 +0200
committertoonn <toonn@toonn.io>2019-08-02 21:22:53 +0200
commit634256d7a975e133a9775672b37dbaf3b2895b53 (patch)
tree7c47afe3878ba845fe250d56e0b42536bddb9782 /doc/ranger.pod
parent8de0bea04ad91e127ca333c78b2eaff340783578 (diff)
downloadranger-634256d7a975e133a9775672b37dbaf3b2895b53.tar.gz
Make doc
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index fadd4cba..fc385334 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -328,6 +328,14 @@ the end of the line automatically.
 
 To write a literal %, you need to escape it by writing %%.
 
+For adding a space character after a chained command, you also need to escape
+% by writing %% instead:
+ chain command1 %%space; command2
+
+This is because the chain command is a macro-expanding command itself. In the
+previous example, chain expands %%space to %space, which is then expanded to
+the space character by command1.
+
 =head2 BOOKMARKS
 
 Type B<m<keyE<gt>> to bookmark the current directory. You can re-enter this