We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e457d07 + 46c402c commit a8e4f54Copy full SHA for a8e4f54
1 file changed
doc/sphinx/source/configuration.rst
@@ -2,14 +2,9 @@
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.
+You can edit the config file by pressing F3 (default). 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 ``$XDG_CONFIG_HOME/.config/bpython/config``[#f1]_.
9
10
.. :: Footnotes
11
-
12
.. [#f1] ``$XDG_CONFIG_HOME`` defaults to ``~/.config`` if not set.
13
14
-.. include:: configuration-options.rst
15
+.. include:: configuration-options.rst
0 commit comments