Merge pull request #1688 from paulfertser/document-inputrc-reload

Mention C-x C-r (reload inputrc) in the man page
This commit is contained in:
Michael Vetter
2022-04-09 12:39:23 +02:00
committed by GitHub

View File

@@ -99,6 +99,11 @@ or add settings there. For reference, see Readline documentation:
.I "info readline ""Command Line Editing"" ""Readline Init File"" ""Readline Init File Syntax""" .I "info readline ""Command Line Editing"" ""Readline Init File"" ""Readline Init File Syntax"""
and the list of available Profanity commands in and the list of available Profanity commands in
.IR inputwin.c . .IR inputwin.c .
Standard Readline keybindings are supported, including
.B C-r
for interactive history search and
.B C-x C-r
for reloading inputrc without restart.
.SH USING PROFANITY .SH USING PROFANITY
The user guide can be found at <https://profanity-im.github.io/userguide.html>. The user guide can be found at <https://profanity-im.github.io/userguide.html>.
.SH SEE ALSO .SH SEE ALSO