summary refs log tree commit diff stats
path: root/doc/ranger.1
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-02-16 05:33:50 +0100
committernfnty <git@nfnty.se>2017-02-16 05:33:50 +0100
commit004badd136850ec48533eb3591b841d4ee38e156 (patch)
treea02f4faa8b5d75983751da17d8c1c37ab26414fd /doc/ranger.1
parent9572d80597aac9575615b488b894fd4d81490bd4 (diff)
downloadranger-004badd136850ec48533eb3591b841d4ee38e156.tar.gz
doc: man: Clarify config sourcing
Diffstat (limited to 'doc/ranger.1')
-rw-r--r--doc/ranger.123
1 files changed, 10 insertions, 13 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 153e7b5e..36e82319 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -129,7 +129,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.9.0b4" "2017-02-10" "ranger manual"
+.TH RANGER 1 "ranger-1.9.0b4" "2017-02-16" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -1329,18 +1329,15 @@ out the tag argument, all tagged files are unmarked.
 ranger reads several configuration files which are located in
 \&\fI\f(CI$HOME\fI/.config/ranger\fR or \fI\f(CI$XDG_CONFIG_HOME\fI/ranger\fR if \f(CW$XDG_CONFIG_HOME\fR is
 defined.  You can use the \-\-copy\-config option to obtain the default
-configuration files.  Each of the files contains further documentation.
-.PP
-You don't need to copy the whole file though, most configuration files are
-overlaid on top of the defaults (\fIcommands.py\fR, \fIrc.conf\fR) or can be
-sub-classed (\fIcolorschemes\fR).
-.PP
-That being said, the user configuration files \fIrc.conf\fR and \fIcommands.py\fR are
-loaded only after ranger loads the default configuration files.  This may lead
-to some confusing situations, for example when a key is being bound despite the
-corresponding line being removed from the user's copy of the configuration
-file.  This behavior may be disabled with an environment variable (see also:
-\&\fB\s-1ENVIRONMENT\s0\fR).
+configuration files.  The files contain further documentation.
+.PP
+\&\fIrc.conf\fR, \fIcommands.py\fR and \fIcolorschemes\fR do not need to be copied fully
+as they will only be adding to the default configuration files except if explicitly
+overridden. This may lead to some confusing situations, for example when a key is
+being bound despite the corresponding line being removed from the user's copy of
+the configuration file. This behavior may be disabled with an environment
+variable (see also: \fB\s-1ENVIRONMENT\s0\fR). Note: All other configuration files only
+read from one source; i.e. default \s-1OR\s0 user, not both.
 .PP
 When starting ranger with the \fB\-\-clean\fR option, it will not access or create
 any of these files.