Jacob Tomaw 1ba0af650a Use safer append to hook function arrays (#8406) | 5 years ago | |
---|---|---|
.. | ||
README.md | 6 years ago | |
dirhistory.plugin.zsh | 5 years ago |
This plugin adds keyboard shortcuts for navigating directory history and hierarchy.
To use it, add dirhistory
to the plugins array in your zshrc file:
plugins=(... dirhistory)
Shortcut | Description |
---|---|
alt + left | Go to previous directory |
alt + right | Undo alt + left |
alt + up | Move into the parent directory |
alt + down | Move into the first child directory by alphabetical order |