aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-20 00:06:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-20 00:13:56 +1200
commit90c960afe270c51eb73e709d5117ef331aa7d44a (patch)
treef1f677bed28de7589aa5b9779566cfa32f9207a4 /doc
parentApply a little more structure to events (diff)
downloadvim-paste-insert-90c960afe270c51eb73e709d5117ef331aa7d44a.tar.gz
vim-paste-insert-90c960afe270c51eb73e709d5117ef331aa7d44a.zip
Add better messages, customisable stop key
Diffstat (limited to 'doc')
-rw-r--r--doc/paste_insert.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/paste_insert.txt b/doc/paste_insert.txt
index 9b63079..73036e4 100644
--- a/doc/paste_insert.txt
+++ b/doc/paste_insert.txt
@@ -8,7 +8,7 @@ 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.
+be cancelled with a key in normal mode, by default CTRL-C.
REQUIREMENTS *paste_insert-requirements*
@@ -25,6 +25,12 @@ MAPPINGS *paste_insert-mappings*
*<Plug>(PasteInsert)*
The `<Plug>(PasteInsert)` map in normal mode just does `:PasteInsert`.
+OPTIONS *paste_insert-options*
+
+ *g:paste_insert_cancel*
+Set `g:paste_insert_cancel` to the key you want to cancel the pending paste in
+normal mode. This defaults to '<C-C>', for CTRL-C.
+
AUTHOR *paste_insert-author*
Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.