summary refs log tree commit diff stats
path: root/doc/ranger.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ranger.1')
-rw-r--r--doc/ranger.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index e5a79160..cfdbd455 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -146,8 +146,8 @@ open your files with.
 .PP
 This manual mainly contains information on the usage of ranger.  Refer to the
 \&\fI\s-1README\s0\fR for install instructions and to \fIdoc/HACKING\fR for development
-specific information.  For configuration, see the files in \fIranger/defaults\fR.
-They are usually installed to \fI/usr/lib/python*/site\-packages/ranger/defaults\fR
+specific information.  For configuration, see the files in \fIranger/config\fR.
+They are usually installed to \fI/usr/lib/python*/site\-packages/ranger/config\fR
 and can be obtained with ranger's \-\-copy\-config option.
 .PP
 Inside ranger, you can press \fI1?\fR for a list of key bindings, \fI2?\fR for a list
@@ -321,7 +321,7 @@ to extract an archive.  See the \fIapps.py\fR configuration file for all program
 and modes.
 .SH "KEY BINDINGS"
 .IX Header "KEY BINDINGS"
-Key bindings are defined in the file \fIranger/defaults/rc.conf\fR.  Check this
+Key bindings are defined in the file \fIranger/config/rc.conf\fR.  Check this
 file for a list of all key bindings.  You can copy it to your local
 configuration directory with the \-\-copy\-config=rc option.
 .PP
'>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 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256