Issue #8491: Add link to Gnu Readline configuration documentation

This commit is contained in:
Martin Panter 2016-06-10 00:27:46 +00:00
parent 24b9e1a00d
commit d6cecd30af
1 changed files with 7 additions and 0 deletions

View File

@ -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
---------