File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -575,8 +575,8 @@ Vim にはオプションがたくさんあり、それを設定することで
575575 at: >
576576 :help pattern.txt
577577
578- 12) Registers always start with "quote". To find out about the special ":"
579- register : >
578+ 12) レジスタは常に "quote" で始まります。特殊なレジスタ ":" について調べるので
579+ あれば : >
580580 :help quote:
581581
582582 13) Vim Script (VimL) is available at >
@@ -603,17 +603,18 @@ Vim にはオプションがたくさんあり、それを設定することで
603603 :help map-bar
604604< for how the '|' is handled in mappings.
605605
606- 15) Command definitions are talked about :h command-topic, so use >
606+ 15) コマンド定義は :h command-topic で記載されます。カスタムコマンドの '!' 引
607+ 数については >
607608 :help command-bar
608- < to find out about the '!' argument for custom commands.
609+ < で見つける事が出来ます。
609610
610- 16) Window management commands always start with CTRL-W , so you find the
611- corresponding help at :h CTRL-W _letter. E.g. >
611+ 16) ウィンドウの制御コマンドは常に CTRL-W で始まります。:h CTRL-W _文字 で街頭
612+ のヘルプが見つかります。例えば: >
612613 :help CTRL-W_p
613- < for moving the previous accessed window. You can also access >
614+ < で一つ前のウィンドウに戻れヘルプにアクセス出来ます。また自分のペースで
615+ ウィンドウ操作コマンド群を眺めたいならば >
614616 :help windows.txt
615- < and read your way through if you are looking for window handling
616- commands.
617+ < でアクセス出来ます。
617618
61861917) Use | :helpgrep | to search in all help pages (and also of any installed
619620 plugins). See | :helpgrep | for how to use it.
You can’t perform that action at this time.
0 commit comments