aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/visual.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-01 17:09:29 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-05-01 17:48:06 +0200
commit45ef3d9d0c5f09e735b984fb6bbb25b27848408c (patch)
tree246f9c749cacacb5c19439b44c2d448117ce7b11 /runtime/doc/visual.txt
parentbc4a2e1576c66ae5eea5463990d73528b3fc75bf (diff)
downloadrneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.gz
rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.bz2
rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.zip
doc: Replace hardcoded TOCs with <M-]> advice.
Diffstat (limited to 'runtime/doc/visual.txt')
-rw-r--r--runtime/doc/visual.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt
index 9bad1a24a0..e9f5bf91f8 100644
--- a/runtime/doc/visual.txt
+++ b/runtime/doc/visual.txt
@@ -11,14 +11,7 @@ operator. It is the only way to select a block of text.
This is introduced in section |04.4| of the user manual.
-1. Using Visual mode |visual-use|
-2. Starting and stopping Visual mode |visual-start|
-3. Changing the Visual area |visual-change|
-4. Operating on the Visual area |visual-operators|
-5. Blockwise operators |blockwise-operators|
-6. Repeating |visual-repeat|
-7. Examples |visual-examples|
-8. Select mode |Select-mode|
+ Type <M-]> to see the table of contents.
==============================================================================
1. Using Visual mode *visual-use*