File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
- *usr_01.txt* For Vim バージョン 9.1. Last change: 2024 Nov 03
1
+ *usr_01.txt* For Vim バージョン 9.1. Last change: 2024 Dec 17
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -109,15 +109,16 @@ Vim を起動すると、オプション 'compatible' はオフになってい
109
109
対話型 tutor については、| vim-tutor-mode | を参照
110
110
111
111
テキストを読むだけではなく (退屈だし!) チュートリアルを使って Vim の初歩を学ぶ
112
- ことができます。vimtutor は 30 分の演習コースです。実際に操作しながら Vim の最
113
- 低限の操作方法を習得できます 。
112
+ ことができます。これは 2 つの章で提供される 30 分間のチュートリアルで、最も基
113
+ 本的な Vim の機能を実際に体験しながら学べます 。
114
114
115
115
Unix では、Vim が適切にインストールしてあれば、シェルから起動できます: >
116
116
117
117
vimtutor
118
118
119
- MS-Windows では、スタートメニューの Program/Vim から起動できます。あるいは、
120
- $VIMRUNTIME ディレクトリにある vimtutor.bat を実行してください。
119
+ MS-Windows では、"Program/Vim 9.1" メニューにあります。または、インストールディ
120
+ レクトリから vimtutor.bat を実行します (このディレクトリを見つけるには、Vim 内
121
+ から `:echo $VIMRUNTIME` が使用できます)。
121
122
122
123
演習ファイルの第 1 章のコピーが作られるので、テキストを編集してもオリジナルの
123
124
演習ファイルを壊してしまう心配はありません。第 2 章に進むには、以下のコマンド
Original file line number Diff line number Diff line change 1
- *usr_01.txt* For Vim version 9.1. Last change: 2024 Nov 03
1
+ *usr_01.txt* For Vim version 9.1. Last change: 2024 Dec 17
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -110,15 +110,16 @@ For more info see |vimrc| and |compatible-default|.
110
110
For the interactive tutor, see | vim-tutor-mode |
111
111
112
112
Instead of reading the text (boring!) you can use the vimtutor to learn your
113
- first Vim commands. This is a 30-minute tutorial that teaches the most basic
114
- Vim functionality hands-on.
113
+ first Vim commands. This is a 30-minute tutorial provided in 2 chapters, that
114
+ teaches the most basic Vim functionality hands-on.
115
115
116
116
On Unix, if Vim has been properly installed, you can start it from the shell:
117
117
>
118
118
vimtutor
119
119
120
- On MS-Windows you can find it in the Program/Vim menu. Or execute
121
- vimtutor.bat in the $VIMRUNTIME directory.
120
+ On MS-Windows you can find it in the "Program/Vim 9.1" menu. Or execute
121
+ vimtutor.bat from the installation directory (You can use `:echo $VIMRUNTIME`
122
+ from within Vim to find this directory).
122
123
123
124
This will make a copy of chapter 1 tutor file, so that you can edit it without
124
125
the risk of damaging the original. To continue with chapter 2, you can use
You can’t perform that action at this time.
0 commit comments