comparison runtime/doc/insert.txt @ 793:8c0b00d50acf

updated for version 7.0231
author vimboss
date Tue, 21 Mar 2006 21:23:25 +0000
parents fd60bacf955b
children 6beb2c667935
comparison
equal deleted inserted replaced
792:860b73800cd7 793:8c0b00d50acf
1 *insert.txt* For Vim version 7.0aa. Last change: 2006 Mar 19 1 *insert.txt* For Vim version 7.0aa. Last change: 2006 Mar 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1103 1103
1104 When you are back at the original text then you are in the second state. To 1104 When you are back at the original text then you are in the second state. To
1105 get there right away you can use a mapping that uses CTRL-P right after 1105 get there right away you can use a mapping that uses CTRL-P right after
1106 starting the completion: > 1106 starting the completion: >
1107 :imap <F7> <C-N><C-P> 1107 :imap <F7> <C-N><C-P>
1108 1108 <
1109 1109 *popupmenu-keys*
1110 In the first state these keys have a special meaning: 1110 In the first state these keys have a special meaning:
1111 <BS> and CTRL-H Delete one character, find the matches for the word before 1111 <BS> and CTRL-H Delete one character, find the matches for the word before
1112 the cursor. This reduces the list of matches, often to one 1112 the cursor. This reduces the list of matches, often to one
1113 entry, and switches to the second state. 1113 entry, and switches to the second state.
1114 1114