只需一步,快速开始
(1)颜色设置 syntax on "开启代码高亮syntax off "关闭代码高亮syntax enable "开启代码高亮 (2)搜索设置 set hlsearch "开启搜索高亮set nohlsearch "关闭搜索高亮set incsearch "输入搜索字符串的同时进行搜索set ignorecase "搜索时忽略大小写 (3)用户界面 set showmode "开启模式显示set ruler "开启光标位置提示set number "显示行号set nonu "不显示行号set cursorline "强调光标所在行set cmdheight=1 "命令部分高度为1 (4)编辑辅助配置 set autoindent "自动缩进set noautoindent "不自动缩进set smartindent "智能缩进set autoread "当文件在外部被改变时,Vim自动更新载入set showmatch "显示匹配的括号
使用道具 举报
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
Archiver|手机版|小黑屋|ACE Developer ( 京ICP备06055248号 )
GMT+8, 2024-12-5 03:19 , Processed in 0.017822 second(s), 6 queries , Redis On.
Powered by Discuz! X3.5
© 2001-2023 Discuz! Team.