zsh-autosuggestions icon indicating copy to clipboard operation
zsh-autosuggestions copied to clipboard

Ability to accept suggestions one character at a time

Open aleksandersumowski opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

I frequently have histories entries that I need to reuse partially. Sometimes the difference starts in a block of characters not separated by any of the usual WORDCHARS. I could start typing the word myself, but just accepting the suggestion up till the point there is a difference would be more convenient

Describe the solution you'd like

forward-char accepting a single character of the suggestion

Describe alternatives you've considered

Changing WORDCHARS. But I want to keep ability to accept suggestions word at a time in other cases as well

aleksandersumowski avatar Sep 12 '24 10:09 aleksandersumowski