Skip to content
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
5 changes: 4 additions & 1 deletion doc/visual.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*visual.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
*visual.txt* For Vim バージョン 9.2. Last change: 2026 May 22


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -153,6 +153,9 @@ gN |gn| と同じだが、後方検索する (`N` のように)。
これらは使用できないが、一部の場所に表示されることがあ
る。

<A-LeftMouse> ビジュアル領域をブロック単位で開始または拡張する。
|<A-LeftMouse>| を参照。

ビジュアルモードが活動していない時に "v"、"V" もしくは CTRL-V が数字 (カウント)
の後に使用されると、以前の強調領域の大きさが開始位置から使用される。その時カー
ソルは強調領域の終了位置へ移動し通常の操作を行うことができる。領域の形式 (文
Expand Down
5 changes: 4 additions & 1 deletion en/visual.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*visual.txt* For Vim version 9.2. Last change: 2026 Feb 14
*visual.txt* For Vim version 9.2. Last change: 2026 May 22


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -157,6 +157,9 @@ gN Like |gn| but searches backward, like with `N`.
You cannot use these, but they might show up in some
places.

<A-LeftMouse> Starts or extends the Visual area blockwise, see
|<A-LeftMouse>|.

If Visual mode is not active and the "v", "V" or CTRL-V is preceded with a
count, the size of the previously highlighted area is used for a start. You
can then move the end of the highlighted area and give an operator. The type
Expand Down