We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c625de5 commit 51c355dCopy full SHA for 51c355d
doc/usr_02.jax
@@ -102,7 +102,7 @@ Vim を起動した直後はノーマルモードになっています。挿入
102
":" (コロン記号) を入力すると、カーソルがウィンドウの最下段に移動します。ここ
103
はコロンコマンド (":" で始まるコマンド) を入力する場所です。<Enter> キーを押す
104
とコマンドが実行されます (コロンで始まるコマンドは全てこの方法を使います)。
105
-さて、"i" コマンドを入力すると、ウィンドウの最下段に "―- 挿入 ―-" という表示が
+さて、"i" コマンドを入力すると、ウィンドウの最下段に "-- 挿入 --" という表示が
106
現れます。これは、あなたが挿入モードにいることを示しています。
107
108
@@ -111,7 +111,7 @@ Vim を起動した直後はノーマルモードになっています。挿入
111
|Found programming UNIX a hurdle |
112
|~ |
113
114
- |-― 挿入 ―- |
+ |-- 挿入 -- |
115
+---------------------------------------+
116
117
<Esc> を押すとノーマルモードに戻り、最下段は空白になります。
0 commit comments