1
1
Fork 1
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:
oddlama 2023-09-20 13:14:15 +02:00
parent 67d5b76b0a
commit 6ae287ff47
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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