Skip to content

Commit db37792

Browse files
committed
Update tutor #107
- Follow up to the latest - Fix typo
1 parent 5891113 commit db37792

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

tutor/tutor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ NOTE: The cursor keys should also work. But using hjkl you will be able to
5555
2. Type: :q! <ENTER>.
5656
This exits the editor, DISCARDING any changes you have made.
5757

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>
6060

6161
4. If you have these steps memorized and are confident, execute steps
6262
1 through 3 to exit and re-enter the editor.

tutor/tutor.ja

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ NOTE: カーソルキーでも移動できます。しかし hjkl に一度慣
5555
2. 次のようにタイプ: :q! <ENTER>
5656
これにより編集した内容を保存せずにエディタが終了します。
5757

58-
3. シェルプロンプトが出てきたら、このチュートリアルを始める為ににコマンド
59-
をタイプします。
58+
3. このチュートリアルを始める為のコマンドを実行すると、ここに戻れます。
6059
そのコマンドは: vimtutor <ENTER>
6160

6261
4. これまでのステップを覚え自信がついたならば、ステップ 1 から 3 までを実
@@ -904,7 +903,7 @@ NOTE: 1つの検索コマンドだけ大文字小文字の区別をやめたい
904903

905904
** CTRL-D と <TAB> でコマンドラインを補完する **
906905

907-
1. コンパチモードでないことを確認します: :set nocp
906+
1. 互換モードでないことを確認します: :set nocp
908907

909908
2. 現在のディレクトリに在るファイルを :!ls か :!dir で確認します。
910909

0 commit comments

Comments
 (0)