aboutsummaryrefslogtreecommitdiff
path: root/doc/paste_insert.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/paste_insert.txt')
-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>.