mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: zsh autosuggestions previously broke history-beginning-search-*-end
This commit is contained in:
parent
67d5b76b0a
commit
6ae287ff47
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
autoload -U add-zle-hook-widget
|
||||
|
||||
# autosuggests otherwise breaks these widgets.
|
||||
# See https://github.com/zsh-users/zsh-autosuggestions/issues/619
|
||||
ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(history-beginning-search-backward-end history-beginning-search-forward-end)
|
||||
|
||||
# --------------------------------------------------------------------------------
|
||||
# FZF widgets
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue