commit 32a21a7e18cbb89c8621ea02e1e983df5d43f1f1
parent 85d40e82db9ce31adfd5071065830ebab45269bd
Author: Luke Smith <luke@lukesmith.xyz>
Date: Thu, 17 May 2018 09:17:12 -0700
Merge pull request #50 from Daenarii/patch-2
Fix open_with binding
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf
@@ -97,7 +97,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