Skip to content

Commit

Permalink
Fix markdown errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Jun 23, 2011
1 parent 6f89eb0 commit f7370bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
manydots-magic for zsh
========================
======================

Synopsis
--------

* manydots-magic - zle tweak for emulating "..."=="../.." etc.
* manydots-magic - zle tweak for emulating `...`==`../..` etc.

Description
-----------

This tweek helps input ancestor directories beyond the parent (`..')
in a handy way. You can just type triple dots to input `../..',
quadruple dots to `../../..', etc..
This tweek helps input ancestor directories beyond the parent (`..`)
in a handy way. You can just type triple dots to input `../..`,
quadruple dots to `../../..`, etc..

% .. [Hit <.>]
% ../.. [Hit <.>]
Expand All @@ -22,19 +22,19 @@ quadruple dots to `../../..', etc..
How to set up
-------------

Put manydots-magic somewhere in your $fpath and add these lines to
your .zshrc:
Put the file `manydots-magic` somewhere in your `$fpath` and add these
lines to your `.zshrc`:

autoload -Uz manydots-magic
manydots-magic

If you are enabling url-quote-magic, make sure to load url-quote-magic
first and then load manydots-magic.
If you are enabling `url-quote-magic`, make sure to load
`url-quote-magic` first and then load `manydots-magic`.

License
-------

Copyright (c) 2011 Akinori MUSHA

Licensed under the 2-clause BSD license.
See LICENSE for details.
See `LICENSE` for details.

0 comments on commit f7370bb

Please sign in to comment.