We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e8999 commit 9402203Copy full SHA for 9402203
doc/sphinx/source/configuration.rst
@@ -2,14 +2,5 @@
2
3
Configuration
4
=============
5
-You can copy the supplied sample-config to your home directory and move it to
6
-``$XDG_CONFIG_HOME/bpython/config`` [#f1]_. bpython tries to find
7
-``$XDG_CONFIG_HOME/bpython/config`` and use it as its configuration, if the
8
-file does not exist bpython will use its documented defaults.
9
-
10
-.. :: Footnotes
11
12
-.. [#f1] ``$XDG_CONFIG_HOME`` defaults to ``~/.config`` if not set.
13
14
-.. include:: configuration-options.rst
15
+You can edit the config file by pressed F3. If a config file does not exist
+you will asked if you would like to create a file. By default it will be saved to ``~/.config/bpython/config``.
0 commit comments