| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-16 | style(dirhistory): remove use of `eval` completely | Marc Cornellà | |
| 2021-11-11 | fix(dirhistory): fix unsafe eval bug in back and forward widgets | Marc Cornellà | |
| The plugin unsafely processes directory paths in pop_past and pop_future. This commit fixes that. | |||
| 2021-11-11 | fix(dirhistory): fix Up/Down key bindings for Terminal.app | Marc Cornellà | |
| Reference: https://github.com/ohmyzsh/ohmyzsh/commit/7f49494#commitcomment-60117011 | |||
| 2021-11-02 | feat(dirhistory): support urxvt terminal key binding (#8370) | Michael Peick | |
| Closes #8370 | |||
| 2021-11-02 | fix(dirhistory): fix ALT+Up/Down key bindings for Terminal.app | Marc Cornellà | |
| 2021-11-02 | docs(dirhistory): document OPT key alternative for macOS and fix style | Marc Cornellà | |
| Fixes #10350 | |||
| 2021-08-14 | docs(dirhistory): document keyboard shortcut conflict with Windows Terminal | Marc Cornellà | |
| Related: https://github.com/ohmyzsh/ohmyzsh/issues/8505#issuecomment-886241162 | |||
| 2021-05-28 | fix(dirhistory): fix ALT+Left/Right key bindings for iTerm2 (#9940) | Marc Cornellà | |
| 2021-05-21 | feat(dirhistory): add ALT+UP/DOWN key bindings for iTerm2 (#8502) | rhuitl | |
| 2021-04-01 | fix(dirhistory): make sure to call built-in zle widgets (#9771) | Stéphane Caron | |
| Without this patch, if the called zle widgets have been redefined this plugin might come into conflict. Related: #9770. | |||
| 2020-03-11 | Clean up plugin READMEs and a few plugins | Marc Cornellà | |
| - fasd - history - mercurial - pylint - repo - yii2 | |||
| 2019-11-19 | Use 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-06 | dirhistory: add README (#7239) | MasterOfTheTiger | |
| 2018-05-13 | Add 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-13 | Fine-tune dirhistory plugin mappings for Mac (#6580) | Giuseppe Landolfi | |
| See https://github.com/robbyrussell/oh-my-zsh/pull/6533#issuecomment-360878060 | |||
| 2018-05-08 | Adhere to coding style outlined in wiki | Francisco Zuviría | |
| 2018-04-22 | On branch fzuviria.plugin.dirhistory.new-feature.navigate-history | Francisco 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-22 | Add 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-04 | style fixes | xiao.fan | |
| 2015-08-03 | Don't clobber chpwd | xiao | |
| 2014-11-06 | Change all pwd calls for $PWD variable | Marc Cornellà | |
| This avoids spawning additional processes as $PWD **always** contains the current working directory. | |||
| 2014-03-03 | Added dirhistory plugin. | Jeff Williams | |
| This plugin navigates directory history using ALT-LEFT and ALT-RIGHT. | |||
