-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Feature request: Navigate up 'n' directories #70
Comments
On zsh you can do cd .... And it will jump back 3 directories. |
Are you using a global alias to do that, like
? @alxtlm, I recommend you try the ZSH-LOVERS
If you put that in your
you can just start typing I think that's better than introducing a new behavior for Zsh-z; good to keep these things simple and predictable, right? |
Yes, but I never defined them, and I thought they were defined by zsh itself. Maybe they are added by some plugin, sorry. |
No problem! It's good for people to see that you can do that, too. Thank you. |
I often find myself doing commands like this
cd ../../../../../
Is there a shortcut I can use that will cd ../ n times?
z 5
The text was updated successfully, but these errors were encountered: