1- *insert.txt* For Vim version 8.1. Last change: 2019 Sep 08
1+ *insert.txt* For Vim version 8.1. Last change: 2019 Sep 27
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -106,7 +106,7 @@ CTRL-K {char1} [char2]
106106CTRL-N Find next keyword (see | i_CTRL-N | ).
107107CTRL-P Find previous keyword (see | i_CTRL-P | ).
108108
109- CTRL-R {0-9a-z"%#*+:.-=} *i_CTRL-R*
109+ CTRL-R {register} *i_CTRL-R*
110110 Insert the contents of a register. Between typing CTRL-R and
111111 the second character, '"' will be displayed to indicate that
112112 you are expected to enter the name of a register.
@@ -143,7 +143,7 @@ CTRL-R {0-9a-z"%#*+:.-=} *i_CTRL-R*
143143 sequence will be broken.
144144 See | registers | about registers.
145145
146- CTRL-R CTRL-R {0-9a-z"%#*+/:.-= } *i_CTRL-R_CTRL-R*
146+ CTRL-R CTRL-R {register } *i_CTRL-R_CTRL-R*
147147 Insert the contents of a register. Works like using a single
148148 CTRL-R , but the text is inserted literally, not as if typed.
149149 This differs when the register contains characters like <BS> .
@@ -155,7 +155,7 @@ CTRL-R CTRL-R {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-R*
155155 The '.' register (last inserted text) is still inserted as
156156 typed.
157157
158- CTRL-R CTRL-O {0-9a-z"%#*+/:.-= } *i_CTRL-R_CTRL-O*
158+ CTRL-R CTRL-O {register } *i_CTRL-R_CTRL-O*
159159 Insert the contents of a register literally and don't
160160 auto-indent. Does the same as pasting with the mouse
161161 | <MiddleMouse> | . When the register is linewise this will
@@ -164,7 +164,7 @@ CTRL-R CTRL-O {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-O*
164164 The '.' register (last inserted text) is still inserted as
165165 typed.
166166
167- CTRL-R CTRL-P {0-9a-z"%#*+/:.-= } *i_CTRL-R_CTRL-P*
167+ CTRL-R CTRL-P {register } *i_CTRL-R_CTRL-P*
168168 Insert the contents of a register literally and fix the
169169 indent, like | [<MiddleMouse> | .
170170 Does not replace characters!
0 commit comments