aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-24 15:01:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-24 15:01:34 +1200
commit5525627dd9727f2ee713e3a06145a145410bcd7c (patch)
treea9d8df829874a503a6726ccf6fda3db8e00f9d28 /README.md
downloadvim-colon-operator-5525627dd9727f2ee713e3a06145a145410bcd7c.tar.gz
vim-colon-operator-5525627dd9727f2ee713e3a06145a145410bcd7c.zip
First releasev0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1db7c95
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+colon\_operator.vim
+===================
+
+This plugin provides a mapping target to use an Ex command as an operator, in a
+way repeatable with the `.` (dot) operator. This allows you to, for example,
+`:sort` a text object like a paragraph, and then repeat it on another
+paragraph. Think of it as the `:` analogue to the `!` motion.
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+See `:help license`.
+
+[1]: https://sanctum.geek.nz/