标签:utf8编码 col ast encoding pre 光标位置 syntax utf8 缩进
#不与vi兼容 set nocompatible #语法高亮 syntax on #底部显示当前模式 set showmode #显示键入命令 set showcmd #支持鼠标 set mouse=a #使用utf8编码 set encoding=utf-8 #启用256色 set t_Co=256 #自动缩进,与上一行保持一致 set autoindent #tab空格数目 set ts=4 #显示行号 set number #当前行高亮 set cursorline #是否显示状态栏,0-不显示,1-只在多窗口时显示,2-总是显示 set laststatus=2 #显示当前光标位置 set ruler
标签:utf8编码 col ast encoding pre 光标位置 syntax utf8 缩进
原文地址:https://www.cnblogs.com/mc-r/p/12440552.html