about summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-08 21:23:21 +0200
committerhut <hut@lavabit.com>2011-10-08 21:23:21 +0200
commit631d4e2b87ca1558b9a182ead701c2f853d74eb9 (patch)
tree17a73512fb8d5a4a2a3ecfdfa840ce32e6065180 /ranger
parent5a2c0dc99da45b51e36ffe5ca59df8317dce4625 (diff)
downloadranger-631d4e2b87ca1558b9a182ead701c2f853d74eb9.tar.gz
data/config_examples/rc.conf: Typo
Diffstat (limited to 'ranger')
-rw-r--r--ranger/data/config_examples/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/config_examples/rc.conf b/ranger/data/config_examples/rc.conf
index 87ede612..0e046a72 100644
--- a/ranger/data/config_examples/rc.conf
+++ b/ranger/data/config_examples/rc.conf
@@ -31,7 +31,7 @@
 #copymap E e
 
 # Add a key for searching files with a given string in their name
-#map F console shell -p find . | grep -Iinr --color 
+#map F console shell -p find . | grep -Iir --color 
 
 # Find all files in this directory, shuffle them and view in mplayer
 #map M shell find . | shuf | xargs -d \\n mplayer -fs