Is there something like bash's reverse-search-history (Ctrl-r), but for only directories?
I have some deep folder hierarchies that I want to jump to, so I'd like to use something like reverse-search-history, but it only looks for folder names and gives me absolute paths.
Essentially, it would give similar results to using !? but only matching commands with cd in the front, you can step through results, and full paths.
So far, the best solution I've found is bashmarks.