From 553245c6f56240f3dad8e21de56a03f8c976a2e0 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Fri, 10 Jun 2016 00:27:46 +0000 Subject: [PATCH] Issue #8491: Add link to Gnu Readline configuration documentation --- Doc/library/readline.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 42e0ad56a5e..5f4438e641a 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 +`_ +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 ---------