conf2/zsh/.oh-my-zsh/plugins/dirhistory
2019-11-22 20:01:23 +01:00
..
dirhistory.plugin.zsh update oh my zsh 2019-11-22 20:01:23 +01:00
README.md add oh-my-zsh to local user config 2019-01-12 16:47:23 +01:00

Dirhistory plugin

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)

Keyboard Shortcuts

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