I forked this project over to ericfreese/zsh-autosuggest #86

Closed
ericfreese opened this Issue Jan 20, 2016 · 5 comments

2 participants

@ericfreese
zsh-users member

In trying to fix a few problems with this project, I ended up more or less rewriting a simplified version of it over at ericfreese/zsh-autosuggest.

It's pretty primitive, but it works, and it feels pretty solid to me. I'll keep iterating on it, but thought some people might be interested in checking it out since it doesn't look like this project gets a lot of maintenance.

A big change is using POSTDISPLAY instead of LBUFFER and RBUFFER. Seems to make it much more stable and easy to deal with.

It currently doesn't work with the zsh-syntax-highlighting script, but it will soon.

Cheers,
Eric

@faceleg

I would be open to you submitting a PR that basically replaced this one with yours. That way the community doesn't suffer from having to choose between two similar-looking modules when searching for "the canonical zsh autosuggest" plugin.

@faceleg

I'm sure we can get @tarruda to add you as a collaborator here as well.

@ericfreese
zsh-users member

Awesome. I'll try to send a pull request this evening and we can keep the PR open until it's got all the functionality it needs.

Off the top of my head, I'm thinking it needs to:

  • work with syntax highlighter
  • support all/most of the same key/widget bindings

Cheers!

@faceleg

I'm ecstatic! Thank you! Many others will feel the same way, I'm sure.

@ericfreese ericfreese referenced this issue Jan 20, 2016
Closed

Clean up #87

3 of 5 tasks complete
@ericfreese
zsh-users member

See PR #91

@ericfreese ericfreese closed this Jan 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment