Skip to content

Commit d26dc9e

Browse files
committed
Translate 10)
1 parent 392b981 commit d26dc9e

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

doc/usr_02.jax

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -550,25 +550,23 @@ Vim にはオプションがたくさんあり、それを設定することで
550550
デバッグコマンドの "cont" のヘルプに移動するには: >
551551
:help >cont
552552
553-
10) Key combinations. They usually start with a single letter indicating
554-
the mode for which they can be used. E.g.: >
553+
10) キーの組み合わせは通常、使用できるモードを表す1文字から始まります。
554+
例えば: >
555555
:help i_CTRL-X
556-
< takes you to the family of Ctrl-X commands for insert mode which can be
557-
used to auto complete different things. Note, that certain keys will
558-
always be written the same, e.g. Control will always be CTRL.
559-
For normal mode commands there is no prefix and the topic is available at
560-
:h CTRL-<Letter>. E.g. >
556+
< はインサートモードでそれぞれ異なるものを補完するCtrl-X 系コマンド
557+
に飛びます。Note いくつかのキーは常に同様に記載されています。
558+
例えばコントロールキーは常に CTRL と記載されます。
559+
ノーマルモードのコマンドはプレフィックスを持たず、項目は :h CTRL-<文字>
560+
により参照可能です。例えば >
561561
:help CTRL-W
562-
< In contrast >
562+
< に対して >
563563
:help c_CTRL-R
564-
< will describe what the Ctrl-R does when entering commands in the Command
565-
line and >
564+
< はコマンドラインに入ったときの CTRL-R が行うことを説明しています。また >
566565
:help v_Ctrl-A
567-
< talks about incrementing numbers in visual mode and >
566+
< はビジュアルモードでの数値のインクリメントを説明し >
568567
:help g_CTRL-A
569-
< talks about the g<C-A> command (e.g. you have to press "g" then <Ctrl-A>).
570-
Here the "g" stand for the normal command "g" which always expects a second
571-
key before doing something similar to the commands starting with "z"
568+
< は g<C-A> コマンドについて述べています (これには "g" を押して <Ctrl-A>
569+
を押す必要があります)。
572570

573571
11) Regexp items always start with /. So to get help for the "\+" quantifier
574572
in Vim regexes: >

0 commit comments

Comments
 (0)