@@ -568,11 +568,10 @@ Vim にはオプションがたくさんあり、それを設定することで
568
568
< は g<C-A> コマンドについて述べています (これには "g" を押して <Ctrl-A>
569
569
を押す必要があります)。
570
570
571
- 11) Regexp items always start with /. So to get help for the "\+" quantifier
572
- in Vim regexes : >
571
+ 11) 正規表現の項目は常に / で始まります。
572
+ よってVimの正規表現の "\+" 量化子のヘルプに移動するには : >
573
573
:help /\+
574
- < If you need to know everything about regular expressions, start reading
575
- at: >
574
+ < もし正規表現の全てに関して知りたいのなら、以下を参照してください: >
576
575
:help pattern.txt
577
576
578
577
12) レジスタは常に "quote" で始まります。特殊なレジスタ ":" について調べるので
@@ -598,7 +597,7 @@ Vim にはオプションがたくさんあり、それを設定することで
598
597
:help mapmode-i
599
598
< | :imap | コマンドについて調べるなら上記を使用してください。
600
599
またマッピング固有のある項目を調べるには :map-topic
601
- {訳注: "topic" は各項目名 } も使用できます。例えば: >
600
+ {訳注: "topic" は項目名 } も使用できます。例えば: >
602
601
:help :map-local
603
602
< はバッファローカルなマッピングに関する項目です。または >
604
603
:help map-bar
@@ -617,29 +616,29 @@ Vim にはオプションがたくさんあり、それを設定することで
617
616
:help windows.txt
618
617
< でアクセスできます。
619
618
620
- 17) Use | :helpgrep | to search in all help pages (and also of any installed
621
- plugins). See | :helpgrep | for how to use it.
622
- To search for a topic: >
619
+ 17) 全てのヘルプ (とインストールしたプラグイン) のページを検索するには
620
+ | :helpgrep | を使用してください。使用法については | :helpgrep | を参照してください。
621
+ 項目を検索するには {訳注: " topic" は項目名} : >
623
622
:helpgrep topic
624
- < This takes you to the first match. To go to the next one : >
623
+ < これにより最初にマッチした項目に飛びます。次の項目に移動するには : >
625
624
:cnext
626
- < All matches are available in the quickfix window which can be opened
627
- with : >
625
+ < 全てのマッチした項目は以下のコマンドで開くことできる QuickFix ウィンドウで
626
+ 参照可能です : >
628
627
:copen
629
- < Move around to the match you like and press Enter to jump to that help.
628
+ < 好きな項目に移動し、 Enter を押すとそのヘルプにジャンプすることができます。
630
629
631
- 18) The user manual. This describes help topics for beginners in a rather
632
- friendly way. Start at | usr_toc.txt | to find the table of content (as you
633
- might have guessed) : >
630
+ 18) ユーザーマニュアルは初心者にとってより親しみやすい項目について
631
+ 説明しています。(おそらくあなたの想像通り) | usr_toc.txt | でその目次を
632
+ 見つけることができます : >
634
633
:help usr_toc.txt
635
- < Skim over the contents to find interesting topics. The "Digraphs" and
636
- "Entering special characters" items are in chapter 24, so to go to that
637
- particular help page : >
634
+ < 興味を持った項目を探すようにざっと眺めてみてください。
635
+ "ダイグラフ (Digraph)" と "特殊な文字を入力する" の項目は24章です。
636
+ そのページに移動するには : >
638
637
:help usr_24.txt
639
- < Also if you want to access a certain chapter in the help, the chapter
640
- number can be accessed directly like this : >
638
+ < また特定の章に直接アクセスしたければ、このように章番号でもアクセス
639
+ 可能です : >
641
640
:help 10.1
642
- < goes to chapter 10.1 in | usr_10.txt | and talks about recording macros.
641
+ < 上記で | usr_10.txt | の10.1章に移動し、マクロの記録の解説が見れます。
643
642
644
643
19) ハイライトグループは常に hl- から始まります。例えば >
645
644
:help hl-WarningMsg
0 commit comments