Skip to content

Commit e65412f

Browse files
authored
Merge pull request #1781 from h-east/update-usr_01
Update usr_01.{txt,jax}
2 parents 3c2b717 + 2c175c5 commit e65412f

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

doc/usr_01.jax

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_01.txt* For Vim バージョン 9.1. Last change: 2024 May 11
1+
*usr_01.txt* For Vim バージョン 9.1. Last change: 2024 Nov 03
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -106,6 +106,8 @@ Vim を起動すると、オプション 'compatible' はオフになってい
106106
==============================================================================
107107
*01.3* チュートリアル *tutor* *vimtutor*
108108

109+
対話型 tutor については、|vim-tutor-mode| を参照
110+
109111
テキストを読むだけではなく (退屈だし!) チュートリアルを使って Vim の初歩を学ぶ
110112
ことができます。vimtutor は 30 分の演習コースです。実際に操作しながら Vim の最
111113
低限の操作方法を習得できます。
@@ -117,10 +119,13 @@ Unix では、Vim が適切にインストールしてあれば、シェルか
117119
MS-Windows では、スタートメニューの Program/Vim から起動できます。あるいは、
118120
$VIMRUNTIME ディレクトリにある vimtutor.bat を実行してください。
119121

120-
演習ファイルのコピーが作られるので、テキストを編集してもオリジナルの演習ファイ
121-
ルを壊してしまう心配はありません。
122-
チュートリアルはいくつかの言語に翻訳されています。翻訳されたチュートリアルを使
123-
うには、二文字の言語コードを指定します。日本語の場合は次のようにします: >
122+
演習ファイルの第 1 章のコピーが作られるので、テキストを編集してもオリジナルの
123+
演習ファイルを壊してしまう心配はありません。第 2 章に進むには、以下のコマンド
124+
を使用できます: >
125+
vimtutor -c 2
126+
<
127+
チュートリアルはいくつかの言語に翻訳されています。翻訳されたチュートリアル
128+
を使うには、2 文字の言語コードを指定します。日本語の場合は次のようにします: >
124129
125130
vimtutor ja
126131

en/usr_01.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_01.txt* For Vim version 9.1. Last change: 2024 May 11
1+
*usr_01.txt* For Vim version 9.1. Last change: 2024 Nov 03
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -107,6 +107,8 @@ For more info see |vimrc| and |compatible-default|.
107107
==============================================================================
108108
*01.3* Using the Vim tutor *tutor* *vimtutor*
109109

110+
For the interactive tutor, see |vim-tutor-mode|
111+
110112
Instead of reading the text (boring!) you can use the vimtutor to learn your
111113
first Vim commands. This is a 30-minute tutorial that teaches the most basic
112114
Vim functionality hands-on.
@@ -118,8 +120,11 @@ On Unix, if Vim has been properly installed, you can start it from the shell:
118120
On MS-Windows you can find it in the Program/Vim menu. Or execute
119121
vimtutor.bat in the $VIMRUNTIME directory.
120122

121-
This will make a copy of the tutor file, so that you can edit it without
122-
the risk of damaging the original.
123+
This will make a copy of chapter 1 tutor file, so that you can edit it without
124+
the risk of damaging the original. To continue with chapter 2, you can use
125+
the following command: >
126+
vimtutor -c 2
127+
<
123128
There are a few translated versions of the tutor. To find out if yours is
124129
available, use the two-letter language code. For French: >
125130

0 commit comments

Comments
 (0)