Autojump plugin
This plugin loads the autojump navigation tool.
To use it, add autojump
to the plugins array in your zshrc file:
plugins=(... autojump)
More info on the usage: https://github.com/wting/autojump
The `commands[autojump]` block errs out when autojump is not found, and the rest, which is intended to be used for loading `autojump`, does not get executed.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
README.md | autojump: move README to right place | |
autojump.plugin.zsh | autojump: fix loading when autojump is not in $PATH (#8074) |
This plugin loads the autojump navigation tool.
To use it, add autojump
to the plugins array in your zshrc file:
plugins=(... autojump)
More info on the usage: https://github.com/wting/autojump