aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-23 00:41:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-23 00:42:49 +1200
commit43e0185c2ca6edcc961e2cfc510e1067bbe18a32 (patch)
treee37ea9e69db805d07444dae405a74daa70dc971a
parentMore sophisticated map caching (diff)
downloadvim-paste-insert-43e0185c2ca6edcc961e2cfc510e1067bbe18a32.tar.gz
vim-paste-insert-43e0185c2ca6edcc961e2cfc510e1067bbe18a32.zip
Clarify explanation of map settings a bit
-rw-r--r--doc/paste_insert.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/paste_insert.txt b/doc/paste_insert.txt
index 7286c15..62fa1f8 100644
--- a/doc/paste_insert.txt
+++ b/doc/paste_insert.txt
@@ -28,9 +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 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.
+Set `g:paste_insert_cancel` to a |List| of the special codes for keys you want
+to cancel the pending paste in normal mode. This defaults to `['<C-C>',
+'<Esc>']`, for CTRL-C and Escape.
The plugin will overwrite any existing normal mode maps for these keys during
the normal mode phase of the operation, but will try to restore them back