File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim バージョン 9.1. Last change: 2025 Feb 14
1
+ *insert.txt* For Vim バージョン 9.1. Last change: 2025 Mar 08
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -211,9 +211,13 @@ CTRL-Q CTRL-Vと同じ。
211
211
る。
212
212
213
213
CTRL-S HIFT-V *i_CTRL-SHIFT-V* *i_CTRL-SHIFT-Q*
214
- CTRL-S HIFT-Q | modifyOtherKeys | が有効でなければ CTRL-V とちょうど同じように
215
- 動く。そうでなければ修飾子付きのキーに対応するエスケープシーケ
216
- ンスを挿入する。
214
+ CTRL-S HIFT-Q | modifyOtherKeys | が有効でない限り、CTRL-V と同じように動作す
215
+ るが、有効な場合は修飾キー付きのキーのエスケープシーケンスを挿
216
+ 入する。
217
+ Note: CTRL-S HIFT-V がシステムによって横取りされる場合 (テキス
218
+ トをペーストするなど)、代わりに CTRL-S HIFT-Q を使用できること
219
+ が多い。ただし、一部の端末 (Gnome Terminal など) では、
220
+ CTRL-S HIFT-Q は確認なしに端末を終了する。
217
221
218
222
CTRL-X CTRL-X モードに入る。これは単語の補完やウィンドウスクロールのコ
219
223
マンドを入力する、サブモードである。| i_CTRL-X | と
Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim version 9.1. Last change: 2025 Feb 14
1
+ *insert.txt* For Vim version 9.1. Last change: 2025 Mar 08
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -222,6 +222,10 @@ CTRL-Q Same as CTRL-V.
222
222
CTRL-S HIFT-V *i_CTRL-SHIFT-V* *i_CTRL-SHIFT-Q*
223
223
CTRL-S HIFT-Q Works just like CTRL-V , unless | modifyOtherKeys | is active,
224
224
then it inserts the Escape sequence for a key with modifiers.
225
+ Note: When CTRL-S HIFT-V is intercepted by your system (e.g.,
226
+ to paste text) you can often use CTRL-S HIFT-Q instead.
227
+ However, in some terminals (e.g. Gnome Terminal), CTRL-S HIFT-Q
228
+ quits the terminal without confirmation.
225
229
226
230
CTRL-X Enter CTRL-X mode. This is a sub-mode where commands can
227
231
be given to complete words or scroll the window. See
You can’t perform that action at this time.
0 commit comments