(original) (raw)

changeset: 101837:5b904920c2d1 parent: 101834:808b2e681700 parent: 101836:5bbb021450d7 user: Martin Panter vadmium+py@gmail.com date: Fri Jun 10 00:39:28 2016 +0000 files: Doc/library/readline.rst description: Issue #8491: Merge readline doc from 3.5 diff -r 808b2e681700 -r 5b904920c2d1 Doc/library/readline.rst --- a/Doc/library/readline.rst Thu Jun 09 16:59:13 2016 -0700 +++ b/Doc/library/readline.rst Fri Jun 10 00:39:28 2016 +0000 @@ -27,6 +27,13 @@ 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 +`_ +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 ---------/vadmium+py@gmail.com