mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2026-01-26 16:23:30 +01:00
Fix vi-mode partial-accept
Issue #188. PR #324. Thanks to @toadjaune and @IngoHeimbach.
This commit is contained in:
parent
42f5a06f7f
commit
393f7b8bb9
4 changed files with 70 additions and 8 deletions
|
|
@ -49,6 +49,8 @@ ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS=(
|
|||
vi-forward-word-end
|
||||
vi-forward-blank-word
|
||||
vi-forward-blank-word-end
|
||||
vi-find-next-char
|
||||
vi-find-next-char-skip
|
||||
)
|
||||
|
||||
# Widgets that should be ignored (globbing supported but must be escaped)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue