@thesobercoder@flaviocopes If you've got eza as well you can get the directory listing and also a preview window for the folder structure in the dir
alias cdls='cd $(zoxide query --list | fzf --header "Jump to" --preview "eza -T -L 2 {} | head -20")'