Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0053be + 553245c commit 7082bc3Copy full SHA for 7082bc3
1 file changed
Doc/library/readline.rst
@@ -27,6 +27,13 @@ function.
27
you can check for the text "libedit" in :const:`readline.__doc__`
28
to differentiate between GNU readline and libedit.
29
30
+Readline keybindings may be configured via an initialization file, typically
31
+``.inputrc`` in your home directory. See `Readline Init File
32
+<https://cnswww.cns.cwru.edu/php/chet/readline/rluserman.html#SEC9>`_
33
+in the GNU Readline manual for information about the format and
34
+allowable constructs of that file, and the capabilities of the
35
+Readline library in general.
36
+
37
38
Init file
39
---------
0 commit comments