forward-char on iterm mac not working #159
If I understand you correctly, the partial accept functionality isn't working for you?
Some questions for you:
- Where did you put the above configuration (what you referred to as "this settings from eric")?
- What is the output of
echo $ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS? - What is the output of the following:
- Type
bindkey " - Press ctrl+v and then → (your right arrow key)
- Type the finishing quote
" - When completed this should look something like
bindkey "^[[C"
- Type
P.S. Next time, use the triple backtick for multi-line code blocks: https://help.github.com/articles/creating-and-highlighting-code-blocks/
Going to go ahead and close this because of inactivity. Just reply here if you're still having trouble and I will re-open.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
i only can do the full suggestion to end of the line with the arrow key on mac iterm.
I use this settings from eric
`# Remove forward-char widgets from ACCEPT
ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=("${(@)ZSH_AUTOSUGGEST_ACCEPT_WIDGETS:#forward-char}")
Add forward-char widgets to PARTIAL_ACCEPT
ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS+=(forward-char)`
But it is still not working. I use this version
commit 87facd9b85630f288433aa0a20a963cffc612ee52016-03-14 21:50 Eric Freese o Fix #133 │Refs: [master], {origin/master}, {origin/HEAD}, <v0.3.1>
Thx for help
Roland