index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
dirhistory
Age
Commit message (
Expand
)
Author
2023-04-20
fix(dirhistory): run properly if `ksh_arrays` is set (#11630)
Erin Schlarb
2021-12-26
fix(dirhistory): define key bindings for vi mode (#10450)
Marc Cornellà
2021-12-16
fix: declare variables as global when using `typeset`
Marc Cornellà
2021-12-14
style: use `typeset` for dynamic variable names
Marc Cornellà
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à
2021-11-11
fix(dirhistory): fix Up/Down key bindings for Terminal.app
Marc Cornellà
2021-11-02
feat(dirhistory): support urxvt terminal key binding (#8370)
Michael Peick
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à
2021-08-14
docs(dirhistory): document keyboard shortcut conflict with Windows Terminal
Marc Cornellà
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
2020-03-11
Clean up plugin READMEs and a few plugins
Marc Cornellà
2019-11-19
Use safer append to hook function arrays (#8406)
Jacob Tomaw
2018-10-06
dirhistory: add README (#7239)
MasterOfTheTiger
2018-05-13
Add directory hierarchy navigation to dirhistory (#6756)
Marc Cornellà
2018-05-13
Fine-tune dirhistory plugin mappings for Mac (#6580)
Giuseppe Landolfi
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
2018-01-22
Add support for Mac to dirhistory plugin (#6533)
Giuseppe Landolfi
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à
2014-03-03
Added dirhistory plugin.
Jeff Williams