From 7160f98a9081bcab05904484eae790ec0a006b87 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Fri, 20 Dec 2019 13:21:33 -0500 Subject: 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. --- doc/aerc-config.5.scd | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3