I love Fish, because it makes a lot of common everyday tasks easier and more convenient. One such task is moving (switching) between folders you’ve visited recently. In my case I often jump between project directories, configuration directories, etc. Historically I’ve used things like cd -, pushd/popd and autojump/zoxide, but ever since I moved to Fish I realized all I needed was covered by the following built-in commands:
Very cool. Thank you for sharing.