summaryrefslogtreecommitdiff
path: root/plugins/dirhistory/dirhistory.plugin.zsh
AgeCommit message (Expand)Author
2023-04-20fix(dirhistory): run properly if `ksh_arrays` is set (#11630)Erin Schlarb
2021-12-26fix(dirhistory): define key bindings for vi mode (#10450)Marc Cornellà
2021-12-16fix: declare variables as global when using `typeset`Marc Cornellà
2021-12-14style: use `typeset` for dynamic variable namesMarc Cornellà
2021-11-16style(dirhistory): remove use of `eval` completelyMarc Cornellà
2021-11-11fix(dirhistory): fix unsafe eval bug in back and forward widgetsMarc Cornellà
2021-11-11fix(dirhistory): fix Up/Down key bindings for Terminal.appMarc Cornellà
2021-11-02feat(dirhistory): support urxvt terminal key binding (#8370)Michael Peick
2021-11-02fix(dirhistory): fix ALT+Up/Down key bindings for Terminal.appMarc Cornellà
2021-05-28fix(dirhistory): fix ALT+Left/Right key bindings for iTerm2 (#9940)Marc Cornellà
2021-05-21feat(dirhistory): add ALT+UP/DOWN key bindings for iTerm2 (#8502)rhuitl
2021-04-01fix(dirhistory): make sure to call built-in zle widgets (#9771)Stéphane Caron
2019-11-19Use safer append to hook function arrays (#8406)Jacob Tomaw
2018-05-13Add directory hierarchy navigation to dirhistory (#6756)Marc Cornellà
2018-05-13Fine-tune dirhistory plugin mappings for Mac (#6580)Giuseppe Landolfi
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
2018-01-22Add support for Mac to dirhistory plugin (#6533)Giuseppe Landolfi
2015-08-04style fixesxiao.fan
2015-08-03Don't clobber chpwdxiao
2014-11-06Change all pwd calls for $PWD variableMarc Cornellà
2014-03-03Added dirhistory plugin.Jeff Williams