From 906d6c8d158bf5fbf17fe3019510454f2482185c Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Wed, 11 Apr 2012 21:01:24 -0400 Subject: [PATCH] [Fix #123] Add documentation for z --- modules/z/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 modules/z/README.md diff --git a/modules/z/README.md b/modules/z/README.md new file mode 100644 index 00000000..e9d11457 --- /dev/null +++ b/modules/z/README.md @@ -0,0 +1,22 @@ +z += + +Maintains a frequently used directory list for fast directory changes. For more +information see [z][1]. + +Aliases +------- + + - `z` cd to most frecent dir matching. + - `j` same as `z` for [autojump][2] converts. + +Authors +------- + +*The authors of this module should be contacted via the github bug tracker.* + + - [Sorin Ionescu](/sorin-ionescu) + +[1]: https://github.com/rupa/z +[2]: https://github.com/joelthelion/autojump +