summaryrefslogtreecommitdiff
path: root/plugins/autojump
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2018-10-09 20:34:47 +0200
committerMarc Cornellà <marc.cornella@live.com>2018-10-09 20:34:47 +0200
commit3c9942c4884089b290ef750468b29419ca0de271 (patch)
tree2d6a7aba815cbea0fc70f94ab10b59205ce66c6f /plugins/autojump
parent313d3c3fe293f6d073c623e7a93a8147c30e0bd1 (diff)
downloadzsh-3c9942c4884089b290ef750468b29419ca0de271.tar.gz
zsh-3c9942c4884089b290ef750468b29419ca0de271.tar.bz2
zsh-3c9942c4884089b290ef750468b29419ca0de271.zip
autojump: move README to right place
Diffstat (limited to 'plugins/autojump')
-rw-r--r--plugins/autojump/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/autojump/README.md b/plugins/autojump/README.md
new file mode 100644
index 000000000..18ff793cd
--- /dev/null
+++ b/plugins/autojump/README.md
@@ -0,0 +1,11 @@
+# Autojump plugin
+
+This plugin loads the [autojump navigation tool](https://github.com/wting/autojump).
+
+To use it, add `autojump` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... autojump)
+```
+
+More info on the usage: https://github.com/wting/autojump