From 8935a39e9befa3d746352d6aee441960a1d76b32 Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Tue, 1 Mar 2016 13:14:20 -0700 Subject: [PATCH] Remove plugin compatibility section from readme --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 2ee9d22..abf4790 100644 --- a/README.md +++ b/README.md @@ -91,18 +91,6 @@ bindkey '^ ' autosuggest-accept ``` -## Compatibility With Other ZLE Plugins - -### [`zsh-history-substring-search`](https://github.com/zsh-users/zsh-history-substring-search) - -The `history-substring-search-up` and `history-substring-search-down` widgets are not bound by default. You'll probably want to add them to `ZSH_AUTOSUGGEST_CLEAR_WIDGETS` so that the suggestion will be cleared when you start searching through history: - -```sh -# Add history-substring-search-* widgets to list of widgets that clear the autosuggestion -ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(history-substring-search-up history-substring-search-down) -``` - - ## Troubleshooting If you have a problem, please search through [the list of issues on GitHub](https://github.com/zsh-users/zsh-autosuggestions/issues) to see if someone else has already reported it.