diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-10 00:27:46 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-10 00:27:46 (GMT) |
commit | 553245c6f56240f3dad8e21de56a03f8c976a2e0 (patch) | |
tree | 4d44c5e033c4e736a7027f81d6a50d0d4b0694fd /Doc/library/readline.rst | |
parent | e9b8403a1f5c4ecd199d1f0a03a49b6684a6b707 (diff) | |
download | cpython-553245c6f56240f3dad8e21de56a03f8c976a2e0.zip cpython-553245c6f56240f3dad8e21de56a03f8c976a2e0.tar.gz cpython-553245c6f56240f3dad8e21de56a03f8c976a2e0.tar.bz2 |
Issue #8491: Add link to Gnu Readline configuration documentation
Diffstat (limited to 'Doc/library/readline.rst')
-rw-r--r-- | Doc/library/readline.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 42e0ad5..5f4438e 100644 --- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -27,6 +27,13 @@ function. 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 --------- |