Skip to content

Commit

Permalink
Describe how backward-delete-char works in this magic.
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Jun 23, 2011
1 parent 219467a commit 8424549
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ quadruple dots to `../../..`, etc..
% ../.. [Hit <^H>]
% ..

As you see above, each of the `/..` parts complemented by this tweak
can be deleted by a single invocation of the `backward-delete-char`
command, only if invoked right after the magic happens.

% .. [Hit </><.><.>]
% ../.. [Hit <^H>]
% ../.

How to set up
-------------

Expand Down
8 changes: 8 additions & 0 deletions manydots-magic
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
# % ../.. [Hit <^H>]
# % ..
#
# As you see above, each of the `/..' parts complemented by this tweak
# can be deleted by a single invocation of the backward-delete-char
# command, only if invoked right after the magic happens.
#
# % .. [Hit </><.><.>]
# % ../.. [Hit <^H>]
# % ../.
#
# Usage:
# autoload -Uz manydots-magic
# manydots-magic
Expand Down

0 comments on commit 8424549

Please sign in to comment.