码迷,mamicode.com
首页 > 系统相关 > 详细

vim

时间:2019-12-28 21:19:27      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:com   状态栏   实时搜索   文件   背景   设置   last   实时   下划线   

背景

一个个人比较习惯的vim设置风格

内容

filetype plugin indent on      "文件类型检测
set nocompatible               "去除vi一致性
set number                     "行号
set cursorline                 "当前行下划线
set tabstop=4                  "tab键宽度
set shiftwidth=4               "缩进长度
set incsearch                  "实时搜索
set laststatus=2               "底部状态栏
set scrolloff=5                "光标距底部/顶部行数
set noerrorbells               "禁止警告声
set statusline=[%F]%y%r%m%=[Hex:%B,ASCII:%b][Line:%l/%L,Column:%c][%p%%]  "状态栏

补充

vim

标签:com   状态栏   实时搜索   文件   背景   设置   last   实时   下划线   

原文地址:https://www.cnblogs.com/orejia/p/12112812.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!