We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I sometimes come across the situation when I know that I want to go to a folder called eg foo. Lets say I have for example the directories:
foo
/home/user/some/path/foo/foo1
/home/user/some/path/foo/foo2
where /home/user/some/path/foo/foo1 is currently my most common directory matching foo, ie where z takes me if I do
z
z foo
However if I know that I actually want to go to a folder called foo, this could be specified by adding a / to the end of the pattern, ie:
/
z foo/
which should then take me to /home/user/some/path/foo instead.
/home/user/some/path/foo
This could also solve eg #296
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I sometimes come across the situation when I know that I want to go to a folder called eg
foo
. Lets say I have for example the directories:/home/user/some/path/foo/foo1
/home/user/some/path/foo/foo2
where
/home/user/some/path/foo/foo1
is currently my most common directory matchingfoo
, ie wherez
takes me if I doHowever if I know that I actually want to go to a folder called
foo
, this could be specified by adding a/
to the end of the pattern, ie:which should then take me to
/home/user/some/path/foo
instead.This could also solve eg #296
The text was updated successfully, but these errors were encountered: