aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-22 22:37:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-22 22:37:23 +1200
commitb2d05a24bd541ca32ad77b41c07c13c25528dd6e (patch)
tree6884508e9da993296c267474e06877875df9aa9f /doc
parentMerge branch 'release/v0.2.0' into develop (diff)
downloadvim-paste-insert-b2d05a24bd541ca32ad77b41c07c13c25528dd6e.tar.gz
vim-paste-insert-b2d05a24bd541ca32ad77b41c07c13c25528dd6e.zip
Support mapping cancel keys, add Esc as default
Diffstat (limited to 'doc')
-rw-r--r--doc/paste_insert.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/paste_insert.txt b/doc/paste_insert.txt
index 73036e4..ff17437 100644
--- a/doc/paste_insert.txt
+++ b/doc/paste_insert.txt
@@ -28,8 +28,9 @@ 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.
+Set `g:paste_insert_cancel` to a |List| of the keys you want to cancel the
+pending paste in normal mode. This defaults to `['<C-C>', '<Esc>']`, for
+CTRL-C and Escape.
AUTHOR *paste_insert-author*