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/change.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/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 98cf459714..6af3c4d5d7 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -9,20 +9,10 @@ changing text means deleting the text and replacing it with other text using one command. You can undo all of these commands. You can repeat the non-Ex commands with the "." command. -1. Deleting text |deleting| -2. Delete and insert |delete-insert| -3. Simple changes |simple-change| *changing* -4. Complex changes |complex-change| - 4.1 Filter commands |filter| - 4.2 Substitute |:substitute| - 4.3 Search and replace |search-replace| - 4.4 Changing tabs |change-tabs| -5. Copying and moving text |copy-move| -6. Formatting text |formatting| -7. Sorting text |sorting| - For inserting text see |insert.txt|. + Type <M-]> to see the table of contents. + ============================================================================== 1. Deleting text *deleting* *E470* @@ -259,7 +249,7 @@ Or use "caw" (see |aw|). command is executed. ============================================================================== -3. Simple changes *simple-change* +3. Simple changes *simple-change* *changing* *r* r{char} Replace the character under the cursor with {char}. @@ -398,11 +388,6 @@ CTRL-X Subtract [count] from the number or alphabetic {Visual}CTRL-X Subtract [count] from the number or alphabetic character in the highlighted text. {not in Vi} - On MS-Windows, this is mapped to cut Visual text - |dos-standard-mappings|. If you want to disable the - mapping, use this: > - silent! vunmap <C-X> -< *v_g_CTRL-X* {Visual}g CTRL-X Subtract [count] from the number or alphabetic character in the highlighted text. If several lines |