summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-10 00:27:46 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-10 00:27:46 (GMT)
commitd6cecd30af684c156769431a6b237d6f71a4219f (patch)
tree2886f24b3c4282a7b1ade18c8833bbfe46c2fc6c
parent24b9e1a00df8879c498b97129ce7918f27b717c3 (diff)
downloadcpython-d6cecd30af684c156769431a6b237d6f71a4219f.zip
cpython-d6cecd30af684c156769431a6b237d6f71a4219f.tar.gz
cpython-d6cecd30af684c156769431a6b237d6f71a4219f.tar.bz2
Issue #8491: Add link to Gnu Readline configuration documentation
-rw-r--r--Doc/library/readline.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst
index d7e7dc6..a0ed89e 100644
--- a/Doc/library/readline.rst
+++ b/Doc/library/readline.rst
@@ -27,6 +27,13 @@ interactive prompt and the prompts offered by the :func:`raw_input` and
you can check for the text "libedit" in :const:`readline.__doc__`
to differentiate between GNU readline and libedit.
+Readline keybindings may be configured via an initialization file, typically
+``.inputrc`` in your home directory. See `Readline Init File
+<https://cnswww.cns.cwru.edu/php/chet/readline/rluserman.html#SEC9>`_
+in the GNU Readline manual for information about the format and
+allowable constructs of that file, and the capabilities of the
+Readline library in general.
+
Init file
---------