Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ecosystem/plugins/zsh_select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

<!-- end-of-file -->
Expand Down