diff options
author | hut <hut@lavabit.com> | 2011-10-08 21:23:21 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-08 21:23:21 +0200 |
commit | 631d4e2b87ca1558b9a182ead701c2f853d74eb9 (patch) | |
tree | 17a73512fb8d5a4a2a3ecfdfa840ce32e6065180 | |
parent | 5a2c0dc99da45b51e36ffe5ca59df8317dce4625 (diff) | |
download | ranger-631d4e2b87ca1558b9a182ead701c2f853d74eb9.tar.gz |
data/config_examples/rc.conf: Typo
-rw-r--r-- | ranger/data/config_examples/rc.conf | 2 |
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 |