summary refs log tree commit diff stats
path: root/ranger/config/rc.conf
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2013-08-17 13:31:34 +0200
committerhut <hut@lepus.uberspace.de>2013-08-17 13:31:34 +0200
commit104ccf94dfe324285c2f60faad26fda66d43a30a (patch)
tree30e64322ca473d9a3ebf963ec055f0d3d3aef4a3 /ranger/config/rc.conf
parent0fc09e7963abff8966b4825eb03c5248ff0ab9cb (diff)
downloadranger-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.
Diffstat (limited to 'ranger/config/rc.conf')
-rw-r--r--ranger/config/rc.conf2
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
t; 2017-11-06 01:28:53 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2017-11-06 01:28:53 -0800 4117 - done with delimited continuations' href='/akkartik/mu/commit/html/continuation5.mu.html?h=main&id=d55e77387fd9cc3eae2f17a6c1993f3bcb061a60'>d55e7738 ^
4a48bedc ^
d55e7738 ^



ef7d834f ^









b301e0c0 ^
ef7d834f ^
5fe060d5 ^
ef7d834f ^


b301e0c0 ^
ef7d834f ^

805d58c6 ^




ef7d834f ^


b301e0c0 ^
ef7d834f ^
4a48bedc ^
ef7d834f ^

5fe060d5 ^
805d58c6 ^

b301e0c0 ^
805d58c6 ^


ef7d834f ^
e82dc626 ^
5fe060d5 ^
ef7d834f ^
d55e7738 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112