diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-07-17 15:04:23 +0200 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2015-07-21 09:38:18 +0200 |
commit | fd740a383ae0839b6b50c21639fceae6bc375066 (patch) | |
tree | 19eeb6f54f0a2f1246ee93cede0595c95a3bdab4 /runtime/doc/vim_diff.txt | |
parent | 4455fc3f05ccee06d416d269d3a83a423b0b15b8 (diff) | |
download | rneovim-fd740a383ae0839b6b50c21639fceae6bc375066.tar.gz rneovim-fd740a383ae0839b6b50c21639fceae6bc375066.tar.bz2 rneovim-fd740a383ae0839b6b50c21639fceae6bc375066.zip |
Doc: add bracketed-paste-mode #3028
Reviewed-by: Felipe Morales <hel.sheep@gmail.com>
Reviewed-by: Justin M. Keyes <justinkz@gmail.com>
Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com>
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index a586fe4644..fd07dd787f 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -69,6 +69,8 @@ are always available and may be used simultaneously in separate plugins. The See |nvim-intro| for a list of Nvim's largest new features. +|bracketed-paste-mode| is built-in and enabled by default. + Meta (alt) chords are recognized (even in the terminal). <M-1>, <M-2>, ... <M-BS>, <M-Del>, <M-Ins>, ... |