Enjoy the holidays everybody!
And feel free to enjoy my drastically improved shell commands for directory navigation;
dir-stack (C-h) to recall directories from the $HISTFILE, via a convenient chronological ordered list. https://codeberg.org/oxo/dotf/src/branch/main/zsh/function/dir-stack.sh
cd-child (C-j) to easily navigate sub directories. Press C-j again to drill deeper down into the directory stack.
Then there are cd-up (C-k) and cd-yazi (C-l). With the last command mentioned you can use yazi to navigate to a specific directory (there is also a lf variant available).
The commands are making use of fzf and can be get from: https://codeberg.org/oxo/dotf/src/branch/main/zsh/function/cd-funcs.sh
I am currently planning to make a demo video on this command set. Publication will be announced shortly!