diff options
author | Paul Fertser <fercerpav@gmail.com> | 2022-03-30 20:59:21 +0300 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2022-03-30 20:59:21 +0300 |
commit | 3478438df592bd7e50cde14ace7ce85228724897 (patch) | |
tree | b00d4ccf158ced13248c8e11fbf987d9cdf8e1c1 /docs | |
parent | 14e6b9d2278507fc332078dd3e6c3ea97c2ef723 (diff) | |
download | profani-tty-3478438df592bd7e50cde14ace7ce85228724897.tar.gz |
Add all missing key bindings to man page
Diffstat (limited to 'docs')
-rw-r--r-- | docs/profanity.1 | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/docs/profanity.1 b/docs/profanity.1 index beb17d8b..de4b7066 100644 --- a/docs/profanity.1 +++ b/docs/profanity.1 @@ -41,8 +41,17 @@ Specify which theme to use. .I THEME must be one of the themes installed in $XDG_CONFIG_HOME/profanity/themes .SH KEYBINDINGS -.BI ALT+1..Alt-0 -Choose window 1..0. +.TP +.BR Tab , " Shift+Tab" +Tab completion next, previous. Works for commands, nicks and +quotes (when input line starts with +.BR > ). +.TP +.BR ALT+1..Alt-0 " or " F1..F10 +Choose window 1..10. +.TP +.BR ALT+q..Alt-p " (in QWERTY layout)" +Choose window 11..20. .TP .BI ALT+LEFT Choose previous chat window. @@ -70,6 +79,14 @@ Mark current window for later reading with an attention flag. .TP .BI ALT+m Switch between windows marked with the attention flag. +.TP +.BI ALT+c +Run external editor (see +.BR profanity-editor (1)) +for current input line. +.TP +.BI CTRL+DOWN +Store current input line in history but do not execute it. .SH USING PROFANITY The user guide can be found at <https://profanity-im.github.io/userguide.html>. .SH SEE ALSO |