Marc Cornellà
308b2314f8
fix(dirhistory): fix ALT+Left/Right key bindings for iTerm2 ( #9940 )
5 years ago
rhuitl
7ab15bee03
feat(dirhistory): add ALT+UP/DOWN key bindings for iTerm2 ( #8502 )
5 years ago
Stéphane Caron
2d40b562e5
fix(dirhistory): make sure to call built-in zle widgets ( #9771 )
...
Without this patch, if the called zle widgets have been redefined this plugin might come into
conflict. Related: #9770 .
5 years ago
Marc Cornellà
610b2529d2
Clean up plugin READMEs and a few plugins
...
- fasd
- history
- mercurial
- pylint
- repo
- yii2
6 years ago
Jacob Tomaw
1ba0af650a
Use safer append to hook function arrays ( #8406 )
...
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>
7 years ago
MasterOfTheTiger
228d7d1041
dirhistory: add README ( #7239 )
8 years ago
Giuseppe Landolfi
8ebf2a6785
Fine-tune dirhistory plugin mappings for Mac ( #6580 )
...
See https://github.com/robbyrussell/oh-my-zsh/pull/6533#issuecomment-360878060
8 years ago
Francisco Zuviría
18f7ca577a
Adhere to coding style outlined in wiki
8 years ago
Francisco Zuviría
7bb7ce62d3
On branch fzuviria.plugin.dirhistory.new-feature.navigate-history
...
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
8 years ago
Giuseppe Landolfi
215e43aa8a
Add support for Mac to dirhistory plugin ( #6533 )
...
Add shortcuts for mac keyboards as an alternative to alt+left
abd alt+right: mac users can now use opt+left and opt+right.
8 years ago
xiao.fan
cddfc3b038
style fixes
11 years ago
xiao
084792b829
Don't clobber chpwd
11 years ago
Marc Cornellà
4310a15de5
Change all pwd calls for $PWD variable
...
This avoids spawning additional processes as $PWD **always** contains
the current working directory.
12 years ago
Jeff Williams
c0b98cd6ac
Added dirhistory plugin.
...
This plugin navigates directory history using ALT-LEFT and ALT-RIGHT.
12 years ago