Skip to content
Merged
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: 3 additions & 2 deletions doc/index.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
*index.txt* For Vim バージョン 9.1. Last change: 2025 Oct 31


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -819,7 +819,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|g@| g@{motion} 'operatorfunc' を呼ぶ。
|g~| g~{motion} 2 Nmove テキストの大文字、小文字を変換する
|g<Down>| g<Down> 1 "gj" と同じ。
|g<End>| g<End> 1 "g$" と同じ。
|g<End>| g<End> 1 "g$" と同じだが、代わりに、最右端の非空白文
字に移動する。
|g<Home>| g<Home> 1 "g0" と同じ。
|g<LeftMouse>| g<LeftMouse> <C-LeftMouse> と同じ。
g<MiddleMouse> <C-MiddleMouse> と同じ。
Expand Down
5 changes: 3 additions & 2 deletions en/index.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim version 9.1. Last change: 2025 Aug 06
*index.txt* For Vim version 9.1. Last change: 2025 Oct 31


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -807,7 +807,8 @@ tag char note action in Normal mode ~
|g@| g@{motion} call 'operatorfunc'
|g~| g~{motion} 2 swap case for Nmove text
|g<Down>| g<Down> 1 same as "gj"
|g<End>| g<End> 1 same as "g$"
|g<End>| g<End> 1 same as "g$" but go to the rightmost
non-blank character instead
|g<Home>| g<Home> 1 same as "g0"
|g<LeftMouse>| g<LeftMouse> same as <C-LeftMouse>
g<MiddleMouse> same as <C-MiddleMouse>
Expand Down