diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 14:35:58 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 14:55:26 +0200 |
commit | fa1ee0ac73ab0fbbd246783f42e2df2c2d9280d6 (patch) | |
tree | 0d394eace71c9339cc5de16c419fcc39bb0adcad /runtime/doc/vim_diff.txt | |
parent | deccd843edc9ecda04fae09bb550a90b1ba20632 (diff) | |
download | rneovim-fa1ee0ac73ab0fbbd246783f42e2df2c2d9280d6.tar.gz rneovim-fa1ee0ac73ab0fbbd246783f42e2df2c2d9280d6.tar.bz2 rneovim-fa1ee0ac73ab0fbbd246783f42e2df2c2d9280d6.zip |
doc: bracketed-paste-mode
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 03feb47cbd..4c5f6815d7 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -100,8 +100,6 @@ editor. Even "legacy" Python and Ruby plugins which use the old Vim interfaces FEATURES ~ -|bracketed-paste-mode| is built-in and enabled by default. - |META| (ALT) chords are recognized, even in the terminal. Any |<M-| mapping will work. Some examples: <M-1>, <M-2>, <M-BS>, <M-Del>, <M-Ins>, <M-/>, <M-\>, <M-Space>, <M-Enter>, <M-=>, <M-->, <M-?>, <M-$>, ... |