diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-02 10:51:31 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-02 10:58:35 +1200 |
commit | ec0551228a91752d2be5f9d771e2cb5a624e6ba4 (patch) | |
tree | a8b9855a8378fca5d37f613aefa766a7a3702589 /README.md | |
download | vim-insert-cancel-ec0551228a91752d2be5f9d771e2cb5a624e6ba4.tar.gz vim-insert-cancel-ec0551228a91752d2be5f9d771e2cb5a624e6ba4.zip |
First commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..85e81ab --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +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. + +License +------- + +Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself. +See `:help license`. + +[1]: https://sanctum.geek.nz/ |