l1.1a

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 24 行

1A
24
字号
#print    This is a sequence of lessons in the use of the text-editingprogram called 'vi'.  'Vi' stands for 'Visual' and is really ascreen-oriented mode of the editor 'ex'.  It allows you to create andchange files containing text, programs, or pretty much anything else.These lessons are due for the most part to Pavel Curtis at Cornell.    You can run the vi program by using the command			vi <filename>where '<filename>' stands for the name of the file you want to createor change.  In most of these lessons, vi will be called automaticallyby 'learn'; you'll usually not need to use the above command untilafter you've completed this course.    If at any time you want to leave the learn program and you have apercent sign as a prompt, just type 'bye' and learn will quit.  There isa logical stopping place about 20 minutes into the tutorial which is wellmarked.    Type 'ready' when you're ready to go on to the first lesson.#user#next1.1b	10

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?