diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-11 10:28:59 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-11 10:29:58 +1200 |
commit | 683de7cdab8b0bdf80ae8e307556cb264ad4beef (patch) | |
tree | 206b67a13ce5de4082dcd775f0c5bb22dec4541d /README.md | |
parent | Merge branch 'release/v0.3.0' into develop (diff) | |
download | vim-insert-cancel-683de7cdab8b0bdf80ae8e307556cb264ad4beef.tar.gz vim-insert-cancel-683de7cdab8b0bdf80ae8e307556cb264ad4beef.zip |
Refactor completely with TextChanged/CursorMoved
Not as bad as I thought performance-wise, even with the latter.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 ------- |