knqyf263/pet

Configure Text Wrapping in Completion Boxes

jkroes opened this issue · 3 comments

In the README, an example of variable completion is shown:

Screen Shot 2021-04-14 at 9 31 32 PM

In contrast, I haven't been able to replicate text wrapping in zsh on arm64 MacOS (homebrew installation).

Screen Shot 2021-04-14 at 9 39 14 PM

I enabled scrolling horizontally during queries by configuring pet to use peco instead of fzf; however, that still leaves the issue above with not being able to see the third parameter/variable in the second image above during completion.

Thanks for reporting this, does indeed look like a bug to me, happening locally as well.

So I'm not sure why this was set to Wrap = false, but I'm just going to change it to true. Seems to fix it on my mac.

image image