File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -526,15 +526,16 @@ Vim にはオプションがたくさんあり、それを設定することで
526
526
< And for the guioption flags: >
527
527
:help go-<letter>
528
528
529
- 4) Normal mode commands do not have a prefix. To go to the help page for the
530
- "gt" command : >
529
+ 4) ノーマルモードのコマンドにはプレフィックスはありません。"gt" コマンドのヘル
530
+ プへ行くには : >
531
531
:help gt
532
532
533
- 5) Insert mode commands start with i_. Help for deleting a word: >
533
+ 5) インサートモードのコマンドは i_ で始まります。単語の削除に関するヘルプであ
534
+ れば: >
534
535
:help i_CTRL-W
535
536
536
- 6) Visual mode commands start with v_. Help for jumping to the other side of
537
- the Visual area : >
537
+ 6) ビジュアルモードのコマンドは v_ で始まります。ビジュアル領域のもう片方へ
538
+ ジャンプする方法のヘルプであれば : >
538
539
:help v_o
539
540
540
541
7) Command line editing and arguments start with c_. Help for using the
You can’t perform that action at this time.
0 commit comments