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