File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ NOTE: The cursor keys should also work. But using hjkl you will be able to
55
55
2. Type: :q! <ENTER>.
56
56
This exits the editor, DISCARDING any changes you have made.
57
57
58
- 3. When you see the shell prompt, type the command that got you into this
59
- tutor. That would be: vimtutor <ENTER>
58
+ 3. Get back here by executing the command that got you into this tutor. That
59
+ might be: vimtutor <ENTER>
60
60
61
61
4. If you have these steps memorized and are confident, execute steps
62
62
1 through 3 to exit and re-enter the editor.
Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ NOTE: カーソルキーでも移動できます。しかし hjkl に一度慣
55
55
2. 次のようにタイプ: :q! <ENTER>
56
56
これにより編集した内容を保存せずにエディタが終了します。
57
57
58
- 3. シェルプロンプトが出てきたら、このチュートリアルを始める為ににコマンド
59
- をタイプします。
58
+ 3. このチュートリアルを始める為のコマンドを実行すると、ここに戻れます。
60
59
そのコマンドは: vimtutor <ENTER>
61
60
62
61
4. これまでのステップを覚え自信がついたならば、ステップ 1 から 3 までを実
@@ -904,7 +903,7 @@ NOTE: 1つの検索コマンドだけ大文字小文字の区別をやめたい
904
903
905
904
** CTRL-D と <TAB> でコマンドラインを補完する **
906
905
907
- 1. コンパチモードでないことを確認します : :set nocp
906
+ 1. 互換モードでないことを確認します : :set nocp
908
907
909
908
2. 現在のディレクトリに在るファイルを :!ls か :!dir で確認します。
910
909
You can’t perform that action at this time.
0 commit comments