Issue #8491: Merge readline doc from 3.5
This commit is contained in:
commit
7082bc37b0
|
@ -27,6 +27,13 @@ function.
|
||||||
you can check for the text "libedit" in :const:`readline.__doc__`
|
you can check for the text "libedit" in :const:`readline.__doc__`
|
||||||
to differentiate between GNU readline and libedit.
|
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
|
Init file
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in New Issue