File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1- *cmdline.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+ *cmdline.txt* For Vim バージョン 9.1. Last change: 2025 Mar 08
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -79,10 +79,13 @@ CTRL-Q CTRL-V と同様だが、ターミナルによっては表示制御に
7979 その場合は使えない。
8080
8181CTRL-S HIFT-V *c_CTRL-SHIFT-V* *c_CTRL-SHIFT-Q*
82- CTRL-S HIFT-Q | modifyOtherKeys | が有効でなければ CTRL-V とちょうど同じように
83- 動く。そうでなければ修飾子付きのキーに対応するエスケープシーケ
84- ンスを挿入する。
85- GUIでは簡略化せずキー表記法 | key-notation | を挿入する。
82+ CTRL-S HIFT-Q CTRL-V と同じように動作するが、| modifyOtherKeys | が有効な場合
83+ は修飾キー付きのキーのエスケープシーケンスを挿入する。GUI で
84+ は、| key-notation | は簡略化されずに挿入される。
85+ Note: CTRL-S HIFT-V がシステムによって横取りされる場合 (例: テ
86+ キストをペーストする)、代わりに CTRL-S HIFT-Q を使用できること
87+ が多い。ただし、一部の端末 (Gnome 端末など) では、CTRL-S HIFT-Q
88+ は確認なしに端末を終了する。
8689
8790 *c_<Left>* *c_Left*
8891<Left> カーソルを左へ。wildmenu 補完モード中の動作については、
Original file line number Diff line number Diff line change 1- *cmdline.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+ *cmdline.txt* For Vim version 9.1. Last change: 2025 Mar 08
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -88,6 +88,10 @@ CTRL-SHIFT-V *c_CTRL-SHIFT-V* *c_CTRL-SHIFT-Q*
8888CTRL-S HIFT-Q Works just like CTRL-V , unless | modifyOtherKeys | is active,
8989 then it inserts the Escape sequence for a key with modifiers.
9090 In the GUI the | key-notation | is inserted without simplifying.
91+ Note: When CTRL-S HIFT-V is intercepted by your system
92+ (e.g., to paste text) you can often use CTRL-S HIFT-Q instead.
93+ However, in some terminals (e.g. Gnome Terminal), CTRL-S HIFT-Q
94+ quits the terminal without confirmation.
9195
9296 *c_<Left>* *c_Left*
9397<Left> cursor left. See 'wildmenu' for behavior during wildmenu
You can’t perform that action at this time.
0 commit comments