mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Fix typo when setting up autosuggest-clear widget.
This commit is contained in:
parent
e91db46ce0
commit
f154d25fb3
3 changed files with 4 additions and 4 deletions
|
|
@ -84,4 +84,4 @@ _zsh_autosuggest_widget_clear() {
|
|||
}
|
||||
|
||||
zle -N autosuggest-accept _zsh_autosuggest_widget_accept
|
||||
zle -N autosuggest-clear _zsh_autosuggest_clear
|
||||
zle -N autosuggest-clear _zsh_autosuggest_widget_clear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue