现在的位置: 首页 > 综合 > 正文

mac vi 显示优化

2013年10月02日 ⁄ 综合 ⁄ 共 243字 ⁄ 字号 评论关闭

一、假如没有~/.vimrc ,先创建

二、切换到插入模式,把下面的设置直接拷贝进去:

set number    

set smartindent
set showmatch
set autoindent
set cindent
set modeline
set ruler
set showcmd
set showfulltag
set showmode
set smartcase
set smartindent
set imcmdline
set previewwindow
set hlsearch
syntax on
set shiftwidth=4

抱歉!评论已关闭.