Skip to content

Commit 2d955b0

Browse files
committed
Translate 4) 5) 6)
1 parent 8d99eca commit 2d955b0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/usr_02.jax

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -526,15 +526,16 @@ Vim にはオプションがたくさんあり、それを設定することで
526526
< And for the guioption flags: >
527527
:help go-<letter>
528528
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+
プへ行くには: >
531531
:help gt
532532
533-
5) Insert mode commands start with i_. Help for deleting a word: >
533+
5) インサートモードのコマンドは i_ で始まります。単語の削除に関するヘルプであ
534+
れば: >
534535
:help i_CTRL-W
535536
536-
6) Visual mode commands start with v_. Help for jumping to the other side of
537-
the Visual area: >
537+
6) ビジュアルモードのコマンドは v_ で始まります。ビジュアル領域のもう片方へ
538+
ジャンプする方法のヘルプであれば: >
538539
:help v_o
539540
540541
7) Command line editing and arguments start with c_. Help for using the

0 commit comments

Comments
 (0)