Could we ignore widget `forward-char` to accept a suggestion? #123
See my comment here to configure the forward-char widget to partially accept the suggestion. I'd like to keep forward-char accepting the suggestion by default as it does in the fish shell.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some cases, I typed
forward-charto step ahead char-by-char to accept partial suggestion.For example, I first type
cdand then the suggesstion shown up iscd ~/.zsh/zsh-autosuggestions. In this case, if the directory I really want to change to is~/.zsh, only thing I can do is type every chars instead of usingforward-char.Could we ignore widget
forward-charto accept a suggestion?