`z foo` takes me to `/foo/bar` instead of to `/foo`
devkvlt opened this issue · 3 comments
devkvlt commented
I guess this happens because I cded into /foo/bar more often, but is this normal behaviour? Is there a fix?
ilyagr commented
Try z foo$. z takes Lua regular expressions.
skywind3000 commented
use the enhanced mode.
devkvlt commented
Fixed. Thanks a lot.