aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-19 22:35:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-19 22:35:51 +1200
commitd754e506fdfb10688d721935c01d2615d11b2a12 (patch)
treeb9141fc16a7d1318b890df6fc613234db2062682 /README.md
downloadvim-paste-insert-d754e506fdfb10688d721935c01d2615d11b2a12.tar.gz
vim-paste-insert-d754e506fdfb10688d721935c01d2615d11b2a12.zip
First versionv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cd8cef2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+paste\_insert.vim
+=================
+
+This small plugin provides a simple "one shot paste" method, with a command or
+mapping to prefix opening an insert, with the `'paste'` option automatically
+set after the insert ends, to avoid the annoyances caused by forgetting to do
+so.
+
+It includes a timeout if insert mode isn't entered within `'updatetime'`
+seconds, or if the user navigates away from the buffer or window. It can also
+be cancelled with CTRL-C in normal mode.
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+See `:help license`.
+
+[1]: https://sanctum.geek.nz/