mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Make asynchronous suggestions disabled by default
While they are still experimental
This commit is contained in:
parent
40b96f6cfd
commit
83129dd796
5 changed files with 19 additions and 21 deletions
|
|
@ -61,8 +61,5 @@ ZSH_AUTOSUGGEST_IGNORE_WIDGETS=(
|
|||
# Max size of buffer to trigger autosuggestion. Leave undefined for no upper bound.
|
||||
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=
|
||||
|
||||
# Use asynchronous mode by default. Unset this variable to use sync mode.
|
||||
ZSH_AUTOSUGGEST_USE_ASYNC=
|
||||
|
||||
# Pty name for calculating autosuggestions asynchronously
|
||||
ZSH_AUTOSUGGEST_ASYNC_PTY_NAME=zsh_autosuggest_pty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue