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/visual.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/visual.txt')
-rw-r--r-- | runtime/doc/visual.txt | 9 |
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* |