编辑器(vim)
1.完成 vimtutor。 备注:它在一个 80x24(80 列,24 行) 终端窗口看起来效果最好。
使用
vimtutor
命令运行即可
这个教程中包含了大部分的常用操作,完成时间大约为1h+。这些命令需要长时间练习才能熟练!
2.下载我们提供的 vimrc,然后把它保存到 ~/.vimrc。 通读这个注释详细的文件 (用 Vim!), 然后观察 Vim 在这个新的设置下看起来和使用起来有哪些细微的区别。
.vimrc内容如下
"vimrc中双引号开头的语句将被视为注释
" Comments in Vimscript start with a `"`.
" If you open this file in Vim, it'll be syntax highlighted for you.
"如果在vim中打开此文件,这将会为你显示语法高亮
" Vim is based on Vi. Setting `nocompatible` switches from the default
" Vi-compatibility mode and enables useful Vim functionality. This
" configuration option turns out not to be necessary for the file named
" '~/.vimrc', because Vim automat