From bb47fe03cd0009f127b6893e695e85b9b3ad7c8d Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 20 May 2017 22:00:43 +0200 Subject: [PATCH] Add 'emacs-forward-word' This commit adds the 'emacs-forward-word' widget to the list of partial accept widgets. --- zsh-autosuggestions.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index 0d389ec..9ea5960 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -78,6 +78,7 @@ ZSH_AUTOSUGGEST_EXECUTE_WIDGETS=( # Widgets that accept the suggestion as far as the cursor moves ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS=( forward-word + emacs-forward-word vi-forward-word vi-forward-word-end vi-forward-blank-word