diff --git a/ecosystem/plugins/zsh_select.mdx b/ecosystem/plugins/zsh_select.mdx index e758298d4..d99e80988 100644 --- a/ecosystem/plugins/zsh_select.mdx +++ b/ecosystem/plugins/zsh_select.mdx @@ -100,6 +100,7 @@ export ZSHSELECT_COLOR_PAIR="white/black" # Draw in white foreground, black ba export ZSHSELECT_BORDER="0" # No border around interface, Use "1" for the border export ZSHSELECT_ACTIVE_TEXT="reverse" # Mark current element with reversed text. Use "underline" for marking with underline export ZSHSELECT_START_IN_SEARCH_MODE="1" # Starts Zsh Select with searching active. "0" will not invoke searching at the start. +export ZSHSELECT_INSTANT_SELECT="1" # If 1, pressing enter when in search mode will not only leave the mode, but also do selection and leave tool. ```