diff options
-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 |