Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

z word$ does notwork with fishshell #18

Closed
c02y opened this issue Feb 1, 2019 · 7 comments
Closed

z word$ does notwork with fishshell #18

c02y opened this issue Feb 1, 2019 · 7 comments

Comments

@c02y
Copy link

c02y commented Feb 1, 2019

fish, version 2.7.1

Since syntax like word$ is not right in fishshell, it will print

$ z word$
fish: Expected a variable name after this $.
z word$

So in fishshell, the feature that z word$ to cd to a directory ends with foo is unusable.

@skywind3000
Copy link
Owner

skywind3000 commented Feb 1, 2019

We need another way to input "$" in fish shell, try:

z word\$

@c02y
Copy link
Author

c02y commented Feb 2, 2019

Thanks, it works, but it seems it will stuck for a few seconds when using this feature, sometimes it responses instantly, most of time it will stuck.

Check the time on the right side of the picture.

qq

@skywind3000
Copy link
Owner

I will look into it, befor it gets fixed you can use enhanced matching mode.

the last keyword from z command will only match the last segment of your path.

and you can avoid using $

@skywind3000
Copy link
Owner

skywind3000 commented Feb 6, 2019

good news, the stuck issue seems to be fixed. see: #29

could you please update to the latest version and feed me back ?

@c02y
Copy link
Author

c02y commented Feb 7, 2019

Sure, but you have to wait for a few days for my feedback.

@skywind3000
Copy link
Owner

@c02y , does latest z.lua still stuck in your fish shell ?

@c02y
Copy link
Author

c02y commented Feb 15, 2019

Not anymore, it responses instantly, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants