Writing Future Rotating Header Image

VI配置

今天早上花了点时间来配置入手不久的macbook的环境。

首先是将terminal搞成了83%透明,设置了一下ls的颜色。关于ls的颜色怎么设置,可以通过 man ls 来获取帮助。

VI的配置是比较省事的,只需要将VI安装目录下的 simple rc——示例配置文件复制到~/.vimrc。剩下来需要改的不多,对我而言,只需要增加

  1. set number “增加行号
  2. set tabstop=4 “tab宽度
  3. set shiftwidth=4 “缩进的宽度,设为4,默认是8吧。

Leave a Reply