From 13964f8862818bdf906b89d303b582fd40c6e4f9 Mon Sep 17 00:00:00 2001 From: Patrick Artounian Date: Thu, 15 Mar 2018 11:16:07 -0700 Subject: [PATCH] Remove Async section as it's broken --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6a6ae1e..5bb8752 100644 --- a/README.md +++ b/README.md @@ -129,10 +129,6 @@ Widgets that modify the buffer and are not found in any of these arrays will fet Set `ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE` to an integer value to disable autosuggestion for large buffers. The default is unset, which means that autosuggestion will be tried for any buffer size. Recommended value is 20. This can be useful when pasting large amount of text in the terminal, to avoid triggering autosuggestion for too long strings. -### Enable Asynchronous Mode - -As of `v0.4.0`, suggestions can be fetched asynchronously using the `zsh/zpty` module. To enable this behavior, set the `ZSH_AUTOSUGGEST_USE_ASYNC` variable (it can be set to anything). - ### Key Bindings