init

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

TXT
27
字号
#(echo $TERM > /dev/null) >& /tmp/l$$if (-z /tmp/l$$) exit 0cat << '%'To do the lessons on 'vi', I need to know your terminal type, and your terminalmust have an "addressable cursor".  You can still use 'vi' (in somethingcalled "open mode") on other kinds of terminals, but not with these lessons.I will put you out of learn.  Find out the terminal type for theterminal you are using (this may mean asking someone), then typesetenv TERM xxxtsetwhere you replace xxx with your terminal type.Some common types are:	TERMINAL MODEL		TERMINAL TYPE			Televideo 912/920C	tvi920c			Televideo 925		tvi925			LSI adm3a		adm3a			Zenith/Heathkit H19	h19			Datamedia 1520		dm1520When you are done type "learn vi" again.'%'exit 1

⌨️ 快捷键说明

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