You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
MasterOfTheTiger 228d7d1041 dirhistory: add README (#7239) 8 years ago
..
README.md dirhistory: add README (#7239) 8 years ago
dirhistory.plugin.zsh Add directory hierarchy navigation to dirhistory (#6756) 8 years ago

README.md

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