From 5525627dd9727f2ee713e3a06145a145410bcd7c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 24 Jul 2018 15:01:34 +1200 Subject: First release --- doc/colon_operator.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/colon_operator.txt (limited to 'doc') diff --git a/doc/colon_operator.txt b/doc/colon_operator.txt new file mode 100644 index 0000000..4ec620b --- /dev/null +++ b/doc/colon_operator.txt @@ -0,0 +1,31 @@ +*colon_operator.txt* For Vim version 7.0 Last change: 2018 July 24 + +DESCRIPTION *colon_operator* + +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. + +REQUIREMENTS *colon_operator-requirements* + +This plugin only loads if 'compatible' is not set. + +MAPPINGS *colon_operator-mappings* + + *(ColonOperator)* +The single insert mode mapping target is |(ColonOperator)|. There is no +default key mapping; you should define one yourself in your |vimrc|. For +example: +> + nmap g: (ColonOperator) +< +AUTHOR *colon_operator-author* + +Written and maintained by Tom Ryder . + +LICENSE *colon_operator-license* + +Licensed for distribution under the same terms as Vim itself (see |license|). + + vim:tw=78:ts=8:ft=help:norl: -- cgit v1.2.3