diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 17:09:29 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 17:48:06 +0200 |
commit | 45ef3d9d0c5f09e735b984fb6bbb25b27848408c (patch) | |
tree | 246f9c749cacacb5c19439b44c2d448117ce7b11 /runtime/doc/vim_diff.txt | |
parent | bc4a2e1576c66ae5eea5463990d73528b3fc75bf (diff) | |
download | rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.gz rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.bz2 rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.zip |
doc: Replace hardcoded TOCs with <M-]> advice.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 4c5f6815d7..de2dd601c5 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -10,13 +10,7 @@ Throughout the help files, differences between Nvim and Vim are indicated via the "{Nvim}" tag. This document is a complete and centralized list of all these differences. -1. Configuration |nvim-configuration| -2. Defaults |nvim-defaults| -3. New features |nvim-features| -4. Changed features |nvim-features-changed| -5. Missing legacy features |nvim-features-missing| -6. Removed features |nvim-features-removed| - + Type <M-]> to see the table of contents. ============================================================================== 1. Configuration *nvim-configuration* @@ -65,7 +59,6 @@ these differences. ============================================================================== 3. New Features *nvim-features* - MAJOR COMPONENTS ~ Embedded terminal emulator |terminal-emulator| @@ -77,7 +70,6 @@ Remote plugins |remote-plugin| Python plugins |provider-python| Clipboard integration |provider-clipboard| - USER EXPERIENCE ~ Working intuitively and consistently is a major goal of Nvim. Examples: @@ -100,6 +92,8 @@ editor. Even "legacy" Python and Ruby plugins which use the old Vim interfaces FEATURES ~ +"Outline": Type <M-]> in |:Man| and |:help| pages to see a document outline. + |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-$>, ... |