File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- *index.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1+ *index.txt* For Vim バージョン 9.1. Last change: 2025 Oct 31
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -819,7 +819,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
819819| g@ | g@{motion} 'operatorfunc' を呼ぶ。
820820| g~ | g~{motion} 2 Nmove テキストの大文字、小文字を変換する
821821| g<Down> | g<Down> 1 "gj" と同じ。
822- | g<End> | g<End> 1 "g$" と同じ。
822+ | g<End> | g<End> 1 "g$" と同じだが、代わりに、最右端の非空白文
823+ 字に移動する。
823824| g<Home> | g<Home> 1 "g0" と同じ。
824825| g<LeftMouse> | g<LeftMouse> <C-LeftMouse> と同じ。
825826 g<MiddleMouse> <C-MiddleMouse> と同じ。
Original file line number Diff line number Diff line change 1- *index.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+ *index.txt* For Vim version 9.1. Last change: 2025 Oct 31
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -807,7 +807,8 @@ tag char note action in Normal mode ~
807807| g@ | g@{motion} call 'operatorfunc'
808808| g~ | g~{motion} 2 swap case for Nmove text
809809| g<Down> | g<Down> 1 same as "gj"
810- | g<End> | g<End> 1 same as "g$"
810+ | g<End> | g<End> 1 same as "g$" but go to the rightmost
811+ non-blank character instead
811812| g<Home> | g<Home> 1 same as "g0"
812813| g<LeftMouse> | g<LeftMouse> same as <C-LeftMouse>
813814 g<MiddleMouse> same as <C-MiddleMouse>
You can’t perform that action at this time.
0 commit comments