Skip to main content

BACKGROUND_COMPLETIONS

Static BACKGROUND_COMPLETIONS 

Source
pub static BACKGROUND_COMPLETIONS: ExperimentalOption
Expand description

Run completions on a background thread instead of blocking the line editor.

Disabling restores the pre-0.115 behavior: completions settle on the reedline thread, which blocks while they run, so a custom completer can hand the terminal to an interactive picker ($candidates | fzf) without the line editor stealing its keystrokes.