Open mbmjensen opened 2 years ago
https://github.com/ajeetdsouza/zoxide
This might be better mapped to j instead of z for ease of access. Looks like this could be a time saver.
Probably not necessary with a combination of pushd popd and fzf (ie cd **<Tab>, ls **<Tab>, etc)
pushd
popd
fzf
cd **<Tab>
ls **<Tab>
https://github.com/ajeetdsouza/zoxide
This might be better mapped to j instead of z for ease of access. Looks like this could be a time saver.