▲ | sandreas 3 days ago | |||||||||||||||||||||||||
I use fzf completitions
and the ** shortcut followed by <TAB>, e.g.
along with cd - to change to the directory before
| ||||||||||||||||||||||||||
▲ | robenkleene 3 days ago | parent | next [-] | |||||||||||||||||||||||||
This will hang if you have too many subdirectories (e.g., a good-sized company's monorepo). A networked volumes will also often cause it to hang. (PS: In Zsh `cd -<tab>` will show a pop up menu of all directories in the history stack.) | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | jalk 3 days ago | parent | prev [-] | |||||||||||||||||||||||||
in my homedir
takes 5 seconds.Population doing `cd ~/**<tab>` takes way way longer than 5 seconds though. But regardless of the speed up one could add to cd + fzf in this case, I will still be using zoxide:
and `zi` starts instantaneous if I need the dynamic filteringedit: layout |