diff options
-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 f777920..645a183 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 --------- |