File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *insert.txt* For Vim バージョン 9.1. Last change: 2022 Sep 30
1+ *insert.txt* For Vim バージョン 9.1. Last change: 2024 Jan 04
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -164,22 +164,22 @@ CTRL-R CTRL-O {register} *i_CTRL-R_CTRL-O*
164164 レジスタの内容が文字通り挿入され、自動インデントも行われない。
165165 マウスによる貼り付け | <MiddleMouse> | と同様である。レジスタが
166166 linewise の時は、テキストを `P ` と同様に現在行の上に挿入する。
167- キャラクタは置き換えられない!
168167 '.' レジスタ(最後に挿入されたテキスト)は、タイプされたように挿
169168 入される。
170169 このコマンドの後、'.' レジスタにはテキストではなく打たれたコマ
171170 ンドが含まれる。すなわち、レジスタからのテキストではなく、リテ
172171 ラルの "^R^O" である。
172+ | Replace-mode | では文字を置換しない!
173173
174174CTRL-R CTRL-P {register} *i_CTRL-R_CTRL-P*
175175 レジスタの内容が文字通りに挿入され、インデントが
176176 | [<MiddleMouse> | 同様に修正される。
177- キャラクタは置き換えられない!
178177 '.' レジスタ(最後に挿入されたテキスト)は、タイプされたように挿
179178 入される。
180179 このコマンドの後、'.' レジスタにはテキストではなく打たれたコマ
181180 ンドが含まれる。すなわち、レジスタからのテキストではなく、リテ
182181 ラルの "^R^P" である。
182+ | Replace-mode | では文字を置換しない!
183183
184184 *i_CTRL-T*
185185CTRL-T 現在の行の先頭にshiftwidth 1単位分の字下げを挿入する。字下げ幅
Original file line number Diff line number Diff line change 1- *insert.txt* For Vim version 9.1. Last change: 2022 Sep 30
1+ *insert.txt* For Vim version 9.1. Last change: 2024 Jan 04
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -168,22 +168,22 @@ CTRL-R CTRL-O {register} *i_CTRL-R_CTRL-O*
168168 auto-indent. Does the same as pasting with the mouse
169169 | <MiddleMouse> | . When the register is linewise this will
170170 insert the text above the current line, like with `P ` .
171- Does not replace characters!
172171 The '.' register (last inserted text) is still inserted as
173172 typed.
174173 After this command, the '.' register contains the command
175174 typed and not the text. I.e., the literals "^R^O" and not the
176175 text from the register.
176+ Does not replace characters in | Replace-mode | !
177177
178178CTRL-R CTRL-P {register} *i_CTRL-R_CTRL-P*
179179 Insert the contents of a register literally and fix the
180180 indent, like | [<MiddleMouse> | .
181- Does not replace characters!
182181 The '.' register (last inserted text) is still inserted as
183182 typed.
184183 After this command, the '.' register contains the command
185184 typed and not the text. I.e., the literals "^R^P" and not the
186185 text from the register.
186+ Does not replace characters in | Replace-mode | !
187187
188188 *i_CTRL-T*
189189CTRL-T Insert one shiftwidth of indent at the start of the current
You can’t perform that action at this time.
0 commit comments