首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

.vimrc配置

2013-01-25 
.vimrc配置:set autoindent自动缩进set noautoindent不自动缩进set smartindent智能缩进set autoread

.vimrc配置:

set autoindent       "自动缩进set noautoindent     "不自动缩进set smartindent      "智能缩进set autoread         "当文件在外部被改变时,vim自动更新载入

set showmatch       "显示匹配的括号

set ignorecase       "搜索时忽略大小写set showmode        "开启模式显示set ruler            "开启光标位置提示set nu               "显示行号set nonu             "不显示行号set cursorline       "强调光标所在行

热点排行