diff --git a/src/config.zsh b/src/config.zsh index 8a83e4d..73d98fe 100644 --- a/src/config.zsh +++ b/src/config.zsh @@ -32,6 +32,7 @@ ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=( end-of-line vi-forward-char vi-end-of-line + vi-add-eol ) # Widgets that accept the entire suggestion and execute it diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index 0ee277d..4437984 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -58,6 +58,7 @@ ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=( end-of-line vi-forward-char vi-end-of-line + vi-add-eol ) # Widgets that accept the entire suggestion and execute it