mirror of https://github.com/ohmyzsh/ohmyzsh.git
*Total -- 1,425.84kb -> 1,146.04kb (19.62%) /plugins/kubectx/prod.png -- 3.74kb -> 2.29kb (38.71%) /plugins/kubectx/stage.png -- 3.74kb -> 2.35kb (37.16%) /plugins/zsh-navigation-tools/doc/img/n-history2.png -- 105.78kb -> 70.81kb (33.05%) /plugins/localstack/sqs-send-result.png -- 69.00kb -> 55.75kb (19.21%) /plugins/z/img/demo.gif -- 1,241.72kb -> 1,012.99kb (18.42%) /plugins/z/img/zsh_4.3.11_plus.svg -- 0.93kb -> 0.93kb (0.11%) /plugins/z/img/mit_license.svg -- 0.93kb -> 0.93kb (0.11%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> |
||
---|---|---|
.. | ||
img | ||
LICENSE | ||
MANUAL.md | ||
README.md | ||
_z | ||
z.plugin.zsh |
README.md
z - jump around
This plugin defines the z command that tracks your most visited directories and allows you to access them with very few keystrokes.
Example
Assume that you have previously visited directory ~/.oh-my-zsh/plugins
. From any folder in your command line, you can quickly access it by using a regex match to this folder:
/usr/bin$ z plug # Even 'z p' might suffice
~/.oh-my-zsh/plugins$
Setup
To enable z, add z
to your plugins
array in your zshrc file:
plugins=(... z)
Further reading
For advanced usage and details of z, see MANUAL (copied from agkozak/zsh-z).