|
|
|
|
|
by jachee
1949 days ago
|
|
Oh-my-zsh with the fzf plugin has a lot of navigation-friction removal. cd ~/r/pr/e/de<tab>
Becomes cd ~/repos/projectlongname/environments/development
It also has built in push/pop, with minus always returning to the previous path, various numbers of dots, up to six I believe, navigating up the tree, and cd - <tab x2> showing interactive breadcrumbs of recent paths for easy as click-and-click navigation. |
|