aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-12-20 13:21:33 -0500
committerDrew DeVault <sir@cmpwn.com>2019-12-21 09:23:21 -0500
commit7160f98a9081bcab05904484eae790ec0a006b87 (patch)
treee35712afd3dcec12efd47a89d8e4f652fab9cca1 /doc
parentbcd03c4c4a94e73b2545bf5dfc404082a674c76e (diff)
Show textinput completions in popovers
Rather than showing completions inline in the text input, show them in a popover which can be scrolled by repeatedly pressing the tab key. The selected completion can be executed by pressing enter.
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 2eb04f1..01abefe 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -156,6 +156,16 @@ These options are configured in the *[ui]* section of aerc.conf.
Default: true
+*completion-popovers*
+ Shows potential auto-completions for text inputs in popovers.
+
+ Default: true
+
+*completion-delay*
+ How long to wait after the last input before auto-completion is triggered.
+
+ Default: 250ms
+
## VIEWER
These options are configured in the *[viewer]* section of aerc.conf.