mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-25 10:01:05 +01:00
list yank in ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS
This commit is contained in:
parent
50ad465c56
commit
ca7e5e4274
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue