about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2022-03-30 22:41:49 +0300
committerPaul Fertser <fercerpav@gmail.com>2022-03-30 22:41:49 +0300
commit8ffa6f74520d0b0b667fefcd9ceb3d51a3b687e7 (patch)
treed9c51c69aa5ff66e920418590549596043fc2d81 /docs
parent9a4cfa70efac52f35650b535a7110c0fd1f3bc79 (diff)
downloadprofani-tty-8ffa6f74520d0b0b667fefcd9ceb3d51a3b687e7.tar.gz
Document custom input configuration in man page
Diffstat (limited to 'docs')
-rw-r--r--docs/profanity.112
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/profanity.1 b/docs/profanity.1
index b2f4bb13..42fe50dc 100644
--- a/docs/profanity.1
+++ b/docs/profanity.1
@@ -87,6 +87,18 @@ for current input line.
 .TP
 .BI CTRL+DOWN
 Store current input line in history but do not execute it.
+.PP
+.I Note:
+Profanity is using GNU Readline library to handle input so
+default configuration file
+.I ~/.inputrc
+affects operation. In addition to that
+.I $XDG_CONFIG_HOME/profanity/inputrc
+is read after all default keybindigs are set so one can override
+or add settings there. For reference, see Readline documentation:
+.I "info readline ""Command Line Editing"" ""Readline Init File"" ""Readline Init File Syntax"""
+and the list of available Profanity commands in
+.IR inputwin.c .
 .SH USING PROFANITY
 The user guide can be found at <https://profanity-im.github.io/userguide.html>.
 .SH SEE ALSO