diff options
author | hut <hut@lepus.uberspace.de> | 2013-08-17 13:31:34 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2013-08-17 13:31:34 +0200 |
commit | 104ccf94dfe324285c2f60faad26fda66d43a30a (patch) | |
tree | 30e64322ca473d9a3ebf963ec055f0d3d3aef4a3 | |
parent | 0fc09e7963abff8966b4825eb03c5248ff0ab9cb (diff) | |
download | ranger-104ccf94dfe324285c2f60faad26fda66d43a30a.tar.gz |
config/rc.conf: make :find case-insensitive
The man page describes :find as case-insensitive. It was also like this before the implementation of the :scout command. So let's change it back until someone complains.
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 8955b4a4..ed427169 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -175,7 +175,7 @@ alias qall quitall alias setl setlocal alias filter scout -prt -alias find scout -aet +alias find scout -aeit alias mark scout -mr alias unmark scout -Mr alias search scout -rs |