File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -164,22 +164,22 @@ CTRL-R CTRL-O {register} *i_CTRL-R_CTRL-O*
164
164
レジスタの内容が文字通り挿入され、自動インデントも行われない。
165
165
マウスによる貼り付け | <MiddleMouse> | と同様である。レジスタが
166
166
linewise の時は、テキストを `P ` と同様に現在行の上に挿入する。
167
- キャラクタは置き換えられない!
168
167
'.' レジスタ(最後に挿入されたテキスト)は、タイプされたように挿
169
168
入される。
170
169
このコマンドの後、'.' レジスタにはテキストではなく打たれたコマ
171
170
ンドが含まれる。すなわち、レジスタからのテキストではなく、リテ
172
171
ラルの "^R^O" である。
172
+ | Replace-mode | では文字を置換しない!
173
173
174
174
CTRL-R CTRL-P {register} *i_CTRL-R_CTRL-P*
175
175
レジスタの内容が文字通りに挿入され、インデントが
176
176
| [<MiddleMouse> | 同様に修正される。
177
- キャラクタは置き換えられない!
178
177
'.' レジスタ(最後に挿入されたテキスト)は、タイプされたように挿
179
178
入される。
180
179
このコマンドの後、'.' レジスタにはテキストではなく打たれたコマ
181
180
ンドが含まれる。すなわち、レジスタからのテキストではなく、リテ
182
181
ラルの "^R^P" である。
182
+ | Replace-mode | では文字を置換しない!
183
183
184
184
*i_CTRL-T*
185
185
CTRL-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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -168,22 +168,22 @@ CTRL-R CTRL-O {register} *i_CTRL-R_CTRL-O*
168
168
auto-indent. Does the same as pasting with the mouse
169
169
| <MiddleMouse> | . When the register is linewise this will
170
170
insert the text above the current line, like with `P ` .
171
- Does not replace characters!
172
171
The '.' register (last inserted text) is still inserted as
173
172
typed.
174
173
After this command, the '.' register contains the command
175
174
typed and not the text. I.e., the literals "^R^O" and not the
176
175
text from the register.
176
+ Does not replace characters in | Replace-mode | !
177
177
178
178
CTRL-R CTRL-P {register} *i_CTRL-R_CTRL-P*
179
179
Insert the contents of a register literally and fix the
180
180
indent, like | [<MiddleMouse> | .
181
- Does not replace characters!
182
181
The '.' register (last inserted text) is still inserted as
183
182
typed.
184
183
After this command, the '.' register contains the command
185
184
typed and not the text. I.e., the literals "^R^P" and not the
186
185
text from the register.
186
+ Does not replace characters in | Replace-mode | !
187
187
188
188
*i_CTRL-T*
189
189
CTRL-T Insert one shiftwidth of indent at the start of the current
You can’t perform that action at this time.
0 commit comments