summaryrefslogtreecommitdiff
path: root/plugins/dirhistory
AgeCommit message (Collapse)Author
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2019-11-19Use safer append to hook function arrays (#8406)Jacob Tomaw
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2018-10-06dirhistory: add README (#7239)MasterOfTheTiger
2018-05-13Add directory hierarchy navigation to dirhistory (#6756)Marc Cornellà
* New Feature: Navigate directory hierarchy using ALT-UP and ALT-DOWN. (mac keybindings not yet implemented) ALT-UP moves to higher hierarchy (cd ..) ALT-DOWN moves into the first directory found in alphabetical order
2018-05-13Fine-tune dirhistory plugin mappings for Mac (#6580)Giuseppe Landolfi
See https://github.com/robbyrussell/oh-my-zsh/pull/6533#issuecomment-360878060
2018-05-08Adhere to coding style outlined in wikiFrancisco Zuviría
2018-04-22 On branch fzuviria.plugin.dirhistory.new-feature.navigate-historyFrancisco Zuviría
Changes to be committed: modified: dirhistory/dirhistory.plugin.zsh New Feature: Navigate directory hierarchy using ALT-UP and ALT-DOWN. (mac keybindings not yet implemented) ALT-UP moves to higher hierarchy (cd ..) ALT-DOWN moves into the first directory found in alphabetical order
2018-01-22Add support for Mac to dirhistory plugin (#6533)Giuseppe Landolfi
Add shortcuts for mac keyboards as an alternative to alt+left abd alt+right: mac users can now use opt+left and opt+right.
2015-08-04style fixesxiao.fan
2015-08-03Don't clobber chpwdxiao
2014-11-06Change all pwd calls for $PWD variableMarc Cornellà
This avoids spawning additional processes as $PWD **always** contains the current working directory.
2014-03-03Added dirhistory plugin.Jeff Williams
This plugin navigates directory history using ALT-LEFT and ALT-RIGHT.