From 0ad9525955f715198a4817f7eefa664032094a13 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 23 Nov 2015 21:56:03 -0500 Subject: [PATCH] Accept vi-end-of-line --- autosuggestions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autosuggestions.zsh b/autosuggestions.zsh index 66bd4e2..3f7c25e 100644 --- a/autosuggestions.zsh +++ b/autosuggestions.zsh @@ -43,7 +43,7 @@ ZLE_AUTOSUGGEST_COMPLETION_WIDGETS=( ZLE_AUTOSUGGEST_ACCEPT_WIDGETS=( vi-forward-char forward-char vi-forward-word forward-word vi-add-eol - vi-add-next vi-forward-blank-word end-of-line + vi-add-next vi-forward-blank-word vi-end-of-line end-of-line ) autosuggest-pause() {