comparison runtime/doc/insert.txt @ 1620:73fe8baea242

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 21:16:56 +0000
parents 5c41742d933f
children 0b796e045c42
comparison
equal deleted inserted replaced
1619:b9740fb41986 1620:73fe8baea242
1 *insert.txt* For Vim version 7.1. Last change: 2007 May 07 1 *insert.txt* For Vim version 7.2a. Last change: 2008 Jun 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
880 880
881 *i_CTRL-X_CTRL-V* 881 *i_CTRL-X_CTRL-V*
882 CTRL-X CTRL-V Guess what kind of item is in front of the cursor and 882 CTRL-X CTRL-V Guess what kind of item is in front of the cursor and
883 find the first match for it. 883 find the first match for it.
884 Note: When CTRL-V is mapped you can often use CTRL-Q 884 Note: When CTRL-V is mapped you can often use CTRL-Q
885 instead |i_CTRL-Q|. 885 instead of |i_CTRL-Q|.
886 CTRL-V or 886 CTRL-V or
887 CTRL-N Search forwards for next match. This match replaces 887 CTRL-N Search forwards for next match. This match replaces
888 the previous one. 888 the previous one.
889 889
890 CTRL-P Search backward for previous match. This match 890 CTRL-P Search backwards for previous match. This match
891 replaces the previous one. 891 replaces the previous one.
892 892
893 CTRL-X CTRL-V Further use of CTRL-X CTRL-V will do the same as 893 CTRL-X CTRL-V Further use of CTRL-X CTRL-V will do the same as
894 CTRL-V. This allows mapping a key to do Vim command 894 CTRL-V. This allows mapping a key to do Vim command
895 completion, for example: > 895 completion, for example: >