zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.95k stars 1.86k forks source link

autosuggest-execute (ctrl+space) no longer working on Big Sur #590

Closed jshort closed 3 years ago

jshort commented 3 years ago

Since I've updated to Big Sur, my key binding no longer works (but hitting right arrow does accept the autosuggestion):

bindkey '^ ' autosuggest-execute

Anyone else experiencing this? My OMZ and zsh-autosuggestions are up to date.

zsh 5.7.1 (x86_64-apple-darwin18.2.0)

jshort commented 3 years ago

It works with any other key than ctrl/^. Maybe zsh-autosuggestions or zsh doesn't accept ^ as ctrl anymore?

jshort commented 3 years ago

https://github.com/zsh-users/zsh-autosuggestions/issues/132#issuecomment-491248596

Solved. Some default MacOs key mapping.