Skip to content

Commit 0a1ceb4

Browse files
authoredMar 11, 2025··
Merge pull request #1980 from h-east/update-insert
Update insert.{txt,jax}
2 parents 5d99ac1 + 79b659b commit 0a1ceb4

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed
 

‎doc/insert.jax

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Feb 14
1+
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Mar 08
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -211,9 +211,13 @@ CTRL-Q CTRL-Vと同じ。
211211
る。
212212

213213
CTRL-SHIFT-V *i_CTRL-SHIFT-V* *i_CTRL-SHIFT-Q*
214-
CTRL-SHIFT-Q |modifyOtherKeys| が有効でなければ CTRL-V とちょうど同じように
215-
動く。そうでなければ修飾子付きのキーに対応するエスケープシーケ
216-
ンスを挿入する。
214+
CTRL-SHIFT-Q |modifyOtherKeys| が有効でない限り、CTRL-V と同じように動作す
215+
るが、有効な場合は修飾キー付きのキーのエスケープシーケンスを挿
216+
入する。
217+
Note: CTRL-SHIFT-V がシステムによって横取りされる場合 (テキス
218+
トをペーストするなど)、代わりに CTRL-SHIFT-Q を使用できること
219+
が多い。ただし、一部の端末 (Gnome Terminal など) では、
220+
CTRL-SHIFT-Q は確認なしに端末を終了する。
217221

218222
CTRL-X CTRL-Xモードに入る。これは単語の補完やウィンドウスクロールのコ
219223
マンドを入力する、サブモードである。|i_CTRL-X|

‎en/insert.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -222,6 +222,10 @@ CTRL-Q Same as CTRL-V.
222222
CTRL-SHIFT-V *i_CTRL-SHIFT-V* *i_CTRL-SHIFT-Q*
223223
CTRL-SHIFT-Q Works just like CTRL-V, unless |modifyOtherKeys| is active,
224224
then it inserts the Escape sequence for a key with modifiers.
225+
Note: When CTRL-SHIFT-V is intercepted by your system (e.g.,
226+
to paste text) you can often use CTRL-SHIFT-Q instead.
227+
However, in some terminals (e.g. Gnome Terminal), CTRL-SHIFT-Q
228+
quits the terminal without confirmation.
225229

226230
CTRL-X Enter CTRL-X mode. This is a sub-mode where commands can
227231
be given to complete words or scroll the window. See

0 commit comments

Comments
 (0)
Please sign in to comment.