Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cmdline.{txt,jax} #1979

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions doc/cmdline.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*cmdline.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
*cmdline.txt* For Vim バージョン 9.1. Last change: 2025 Mar 08


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -79,10 +79,13 @@ CTRL-Q CTRL-V と同様だが、ターミナルによっては表示制御に
その場合は使えない。

CTRL-SHIFT-V *c_CTRL-SHIFT-V* *c_CTRL-SHIFT-Q*
CTRL-SHIFT-Q |modifyOtherKeys| が有効でなければ CTRL-V とちょうど同じように
動く。そうでなければ修飾子付きのキーに対応するエスケープシーケ
ンスを挿入する。
GUIでは簡略化せずキー表記法 |key-notation| を挿入する。
CTRL-SHIFT-Q CTRL-V と同じように動作するが、|modifyOtherKeys| が有効な場合
は修飾キー付きのキーのエスケープシーケンスを挿入する。GUI で
は、|key-notation| は簡略化されずに挿入される。
Note: CTRL-SHIFT-V がシステムによって横取りされた場合(例: テキ
ストをペーストする)、代わりに CTRL-SHIFT-Q を使用できることが
多い。ただし、一部の端末 (Gnome 端末など) では、CTRL-SHIFT-Q
は確認なしに端末を終了する。

*c_<Left>* *c_Left*
<Left> カーソルを左へ。wildmenu 補完モード中の動作については、
Expand Down
6 changes: 5 additions & 1 deletion en/cmdline.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*cmdline.txt* For Vim version 9.1. Last change: 2024 Oct 05
*cmdline.txt* For Vim version 9.1. Last change: 2025 Mar 08


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -88,6 +88,10 @@ CTRL-SHIFT-V *c_CTRL-SHIFT-V* *c_CTRL-SHIFT-Q*
CTRL-SHIFT-Q Works just like CTRL-V, unless |modifyOtherKeys| is active,
then it inserts the Escape sequence for a key with modifiers.
In the GUI the |key-notation| is inserted without simplifying.
Note: When CTRL-SHIFT-V is intercepted by your system
(e.g., to paste text) you can often use CTRL-SHIFT-Q instead.
However, in some terminals (e.g. Gnome Terminal), CTRL-SHIFT-Q
quits the terminal without confirmation.

*c_<Left>* *c_Left*
<Left> cursor left. See 'wildmenu' for behavior during wildmenu
Expand Down