From 6d6e7820f3587ab5d5ce7e74f24ed8506f2e26fc Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Fri, 15 Apr 2016 13:33:35 -0600 Subject: [PATCH] Fix #143: Add `vi-add-eol` to list of accept widgets. --- src/config.zsh | 1 + zsh-autosuggestions.zsh | 1 + 2 files changed, 2 insertions(+) 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