aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 85e81ab..e767d80 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
insert\_cancel.vim
==================
-This plugin provides a mapping target to cancel an insert operation, by
-triggering `i_CTRL-C` and undoing a change if one was made by that insert
-operation.
+This plugin provides a mapping target to cancel an insert operation, by leaving
+insert mode normally and undoing a change if one was made by that insert
+operation. It's intended as a target for `i_CTRL-C`, to make it do something
+useful, and to fire `InsertLeave` afterwards where available.
License
-------