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 @@ -538,15 +538,16 @@ Vim にはオプションがたくさんあり、それを設定することで
538
538
ジャンプする方法のヘルプであれば: >
539
539
:help v_o
540
540
541
- 7) Command line editing and arguments start with c_. Help for using the
542
- command argument % : >
541
+ 7) コマンドラインの編集や引数は c_ で始まります。引数の % の使用方法の
542
+ ヘルプであれば : >
543
543
:help c_%
544
544
545
- 8) Ex-commands always start with ":", so to go to the :s command help: >
545
+ 8) Exコマンドは常に ":" で始まります。よって :s コマンドのヘルプに
546
+ 移動するには: >
546
547
:help :s
547
548
548
- 9) Commands specifically for debugging start with ">". To go to to the help
549
- for the "cont" debug command : >
549
+ 9) デバッグに関するコマンドは ">" で始まります。
550
+ デバッグコマンドの "cont" のヘルプに移動するには : >
550
551
:help >cont
551
552
552
553
10) Key combinations. They usually start with a single letter indicating
You can’t perform that action at this time.
0 commit comments