Mention C-x C-r (reload inputrc) in the man page

Add mentions of less-known but quite useful bindindings to the man
page.
This commit is contained in:
Paul Fertser
2022-04-09 11:14:12 +03:00
parent 8ffd8079da
commit 18242102f8

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