summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xranger/config/commands.py1
-rw-r--r--ranger/config/rc.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index c2a02b67..17a0fa9c 100755
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -283,6 +283,7 @@ class chain(Command):
 
     Calls multiple commands at once, separated by semicolons.
     """
+    resolve_macros = False
 
     def execute(self):
         if not self.rest(1).strip():
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index 752dff77..7226130d 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -372,7 +372,7 @@ map !  console shell%space
 map @  console -p6 shell  %%s
 map #  console shell -p%space
 map s  console shell%space
-map r  chain draw_possible_programs; console open_with%%space
+map r  chain draw_possible_programs; console open_with%space
 map f  console find%space
 map cd console cd%space