list yank in ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS

This commit is contained in:
Aaron Culich 2024-07-14 13:13:07 -07:00
parent 50ad465c56
commit ca7e5e4274
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,6 @@ typeset -g ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME=zsh_autosuggest_completion_pty
ZSH_AUTOSUGGEST_ZLE_YANK_WIDGETS=( ZSH_AUTOSUGGEST_ZLE_YANK_WIDGETS=(
bracketed-paste bracketed-paste
vi-put-after vi-put-after
yank
) )
} }
@ -120,5 +119,6 @@ typeset -g ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME=zsh_autosuggest_completion_pty
typeset -ga ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS typeset -ga ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS
ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS=( ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS=(
vi-put-before vi-put-before
yank
) )
} }

View file

@ -137,7 +137,6 @@ typeset -g ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME=zsh_autosuggest_completion_pty
ZSH_AUTOSUGGEST_ZLE_YANK_WIDGETS=( ZSH_AUTOSUGGEST_ZLE_YANK_WIDGETS=(
bracketed-paste bracketed-paste
vi-put-after vi-put-after
yank
) )
} }
@ -146,6 +145,7 @@ typeset -g ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME=zsh_autosuggest_completion_pty
typeset -ga ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS typeset -ga ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS
ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS=( ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS=(
vi-put-before vi-put-before
yank
) )
} }