This file is indexed.

/usr/share/doublecmd/doc/en/doublecmd.ini.html is in doublecmd-help-en 0.5.5-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <title>Settings in the file doublecmd.ini</title>
  <link rel="STYLESHEET" type="text/css" href="doublecmd.css"/>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>

<body>
  <div class="CHAPTER">
	<h1>Settings in the file <tt>doublecmd.ini</tt></h1>
	
	<p>Most of the settings in <tt>doublecmd.ini</tt> can be changed in the configuration options section of DC. Manual edit is usually not necessary .</p>
	
	<div class="SECT1">
	  <table border="0" frame="void" width="100%" class="CALSTABLE">
		<col width="25%"/>
		<col width="25%"/>
		<thead>
		  <tr>
			<th>[Configuration]</th>
			<th>General settings</th>
		  </tr>
		</thead>
		
		<tbody>
		  <tr>
			<td><tt><span class="brown">CaseSensitiveSort</span>=0</tt></td>
			<td>0: Case sensitive sort OFF<br/>1: Case sensitive sort ON</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">CopyBlockSize</span>=64</tt></td>
			<td>Sets block size for copying (in kbytes=1024 bytes). Default is 64 (=65536 bytes).</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">CustomDriveIcons</span>=0</tt></td>
			<td>Use custom drive icons (from <tt>%commander_path%\pixmaps\XxX\devices\</tt>) instead of system icons (Windows only)<br/>0: Use system icons<br/>1: Use custom icons</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">DirTabLimit</span>=32</tt></td>
			<td>Maximum number of characters shown in a directory tab</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">DriveBlackList</span></tt></td>
			<td>List of drives not to show in drive bar/menu (; - separator)</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">UseExtEdit</span>=0</tt></td>
			<td>0: Use internal editor<br/>1: Use external editor (see <a href="#ext_edit">ExtEdit</a>)</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">UseExtView</span>=0</tt></td>
			<td>0: Use internal viewer<br/>1: Use external viewer (see. <a href="#ext_view">ExtView<a>)</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">UseExtDiff</span>=0</tt></td>
			<td>0: Use internal file diff<br/>1: Use external file diff (see <a href="#ext_diff">ExtDiff</a>)</td>
		  </tr>
		  <tr>
			<td><a name="ext_edit"><tt><span class="brown">ExtEdit</span></tt></a></td>
			<td>External editor for <kbd>F4</kbd></td>
		  </tr>
		  <tr>
			<td><a name="ext_view"><tt><span class="brown">ExtView</span></tt></a></td>
			<td>External viewer for <kbd>F3</kbd></td>
		  </tr>
		  <tr>
			<td><a name="ext_diff"><tt><span class="brown">ExtDiff</span></tt></a></td>
			<td>External file diff</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">Font.Name</span>=default</tt></td>
			<td>Font for the file panels</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">Font.Size</span>=10</tt></td>
			<td>Font size for the file panels</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">Font.Style</span></tt></td>
			<td>Font style for the file panels</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">Maximized</span>=0</tt></td>
			<td>Window state<br/>0: normal,<br/>1: maximal size</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">MouseSelectionEnabled</span>=1</tt></td>
			<td>Enable mouse selection<br/>0: no<br/>1: yes</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">QuickSearchMatchBeginning</span>=1</tt></td>
			<td>0: A search string like "double" will be read as "*double"<br/>1: Exact match: typing
			"cmd" will find  "cmd.ini", but not "doublecmd.ini"</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">QuickSearchMatchEnding</span>=1</tt></td>
			<td>0: Typing a dot is read as *. , "double.i" also finds "doublecmd.ini"<br/>1: Exact
			match: typing "double.i" finds only "double.ini", but doesn't find "doublecmd.ini"</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">ScrollMode</span>=0</tt></td>
			<td>Mouse wheel scroll mode<br/>0: Line by line with cursor movement<br/>1: Line by line<br/>2:	Page by page</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">ShowIcons</span>=1</tt></td>
			<td>Show icons in file panel</br>0: no<br/>1: yes</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">ShowSystemFiles</span>=0</tt></td>
			<td>Show system files<br/>0: no<br/>1: yes</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">UseIniInProgramDir</span>=0</tt></td>
			<td>Location of DC configuration files<br/>0: Use configuration files from user home directory<br/>1: Use configuration files from program directory</td>
		  </tr>
		
		<thead>
		  <tr>
			<th>[Colors]</th>
			<th>Color settings</th>
		  </tr>
		</thead>
		
		<thead>
		  <tr>
			<th>[PackerPlugins]</th>
			<th>List of installed WCX plugins</th>
		  </tr>
		</thead>
		<tbody>
		  <tr>
			<td><tt><span class="brown">bz2</span>=0,%commander_path%\plugins\unbz2.wcx</tt></td>
			<td>Plugin for bz2-archives. 0&nbsp;&mdash; Total of plugin abilities</td>
		  </tr>
		</tbody>
		
		<thead>
		  <tr>
			<th>[Content Plugins]</th>
			<th>List and settings of installed WDX plugins</th>
		  </tr>
		</thead>
		<tbody>
		  <tr>
			<td><tt><span class="brown">PluginCount</span>=2</tt></td>
			<td>Count of installed WDX plugins</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">Plugin1Name</span>=rpm_wdx</tt></td>
			<td>Name of first installed WDX plugins</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">Plugin1Detect</span>=EXT="RPM"</tt></td>
			<td>Associated RPM extension for first plugin</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">Plugin1Path</span></tt></td>
			<td>Path to the first plugin</td>
		  </tr>
		</tbody>
		
		<thead>
		  <tr>
			<th>[ColumnsSet]</th>
			<th>List of available columns sets</th>
		  </tr>
		</thead>
		<tbody>
		  <tr>
			<td><tt><span class="brown">ColumnsSetCount</span>=2</tt></td>
			<td>Count of columns sets</td>
		  </tr>
		  <tr>
			<td><tt><span class="brown">ColumnsSet1Name</span>=Default</tt></td>
			<td>First columns set&nbsp;&mdash; Default</td>
		  </tr>
		</tbody>
		
		<thead>
		  <tr>
			<th>[lefttabs]</th>
			<th>List of tabs for left panel</th>
		  </tr>
		</thead>
		
		<thead>
		  <tr>
			<th>[righttabs]</th>
			<th>List of tabs for right panel</th>
		  </tr>
		</thead>
		
		</tbody>
	  </table>
	</div>
	
  </div>
	<div class="SECT1">
	  <p class="NAVBACK"><a href="index.html">Home</a></p>
	</div>
  
</body>

</html>