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 insert.{txt,jax} #1984

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions doc/insert.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Mar 08
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Mar 09


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -216,7 +216,7 @@ CTRL-SHIFT-Q |modifyOtherKeys| が有効でない限り、CTRL-V と同じよう
入する。
Note: CTRL-SHIFT-V がシステムによって横取りされる場合 (テキス
トをペーストするなど)、代わりに CTRL-SHIFT-Q を使用できること
が多い。ただし、一部の端末 (Gnome Terminal など) では、
が多い。ただし、一部の端末 (GNOME Terminal など) では、
CTRL-SHIFT-Q は確認なしに端末を終了する。

CTRL-X CTRL-Xモードに入る。これは単語の補完やウィンドウスクロールのコ
Expand Down
8 changes: 4 additions & 4 deletions en/insert.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*insert.txt* For Vim version 9.1. Last change: 2025 Mar 08
*insert.txt* For Vim version 9.1. Last change: 2025 Mar 09


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -224,7 +224,7 @@ CTRL-SHIFT-Q Works just like CTRL-V, unless |modifyOtherKeys| is active,
then it inserts the Escape sequence for a key with modifiers.
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
However, in some terminals (e.g. GNOME Terminal), CTRL-SHIFT-Q
quits the terminal without confirmation.

CTRL-X Enter CTRL-X mode. This is a sub-mode where commands can
Expand Down Expand Up @@ -663,8 +663,8 @@ Also see the 'infercase' option if you want to adjust the case of the match.

When inserting a selected candidate word from the |popup-menu|, the part of
the candidate word that does not match the query is highlighted using
|hl-ComplMatchIns|. If fuzzy is enabled in 'completopt', highlighting will not
be applied.
|hl-ComplMatchIns|. If fuzzy is enabled in 'completeopt', highlighting will
not be applied.

*complete_CTRL-E*
When completion is active you can use CTRL-E to stop it and go back to the
Expand Down