(original) (raw)

changeset: 101835:e981a4273cf6 branch: 2.7 parent: 101832:f89e96235a42 user: Martin Panter vadmium+py@gmail.com date: Fri Jun 10 00:27:46 2016 +0000 files: Doc/library/readline.rst description: Issue #8491: Add link to Gnu Readline configuration documentation diff -r f89e96235a42 -r e981a4273cf6 Doc/library/readline.rst --- a/Doc/library/readline.rst Thu Jun 02 19:26:51 2016 -0400 +++ b/Doc/library/readline.rst Fri Jun 10 00:27:46 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