zsh-users / zsh-autosuggestions

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

Question: Change right arrow key to forward-word #682

Closed UnclePsymon closed 2 years ago

UnclePsymon commented 2 years ago

I want the right arrow key to only complete the next word, but i can´t get it working. I tried to add bindkey '^[[C' forward-word to my .zshrc, but that did not change anything. What do i have to do? Thx!

UnclePsymon commented 2 years ago

I decided to bind it to the page down key. This works good for me.