diff --git a/README.md b/README.md index 2427246..cf1ac59 100644 --- a/README.md +++ b/README.md @@ -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 ------------- diff --git a/manydots-magic b/manydots-magic index e837da0..099a0e9 100644 --- a/manydots-magic +++ b/manydots-magic @@ -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