Fix #143: Add `vi-add-eol` to list of accept widgets.

pull/142/head
Eric Freese 9 years ago
parent 9bef50fac1
commit 6d6e7820f3

@ -32,6 +32,7 @@ ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=(
end-of-line end-of-line
vi-forward-char vi-forward-char
vi-end-of-line vi-end-of-line
vi-add-eol
) )
# Widgets that accept the entire suggestion and execute it # Widgets that accept the entire suggestion and execute it

@ -58,6 +58,7 @@ ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=(
end-of-line end-of-line
vi-forward-char vi-forward-char
vi-end-of-line vi-end-of-line
vi-add-eol
) )
# Widgets that accept the entire suggestion and execute it # Widgets that accept the entire suggestion and execute it

Loading…
Cancel
Save