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

Vim 简单配置

时间:2018-12-31 11:27:55      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:auto   smart   back   显示行号   nobackup   and   stop   code   设置   

显示行号,相对行号

set number
set relativenumber

显示光标所在行

set cursorline

缩进设置

set smarttab

" 输入tab时转化为空格
set expandtab
set tabstop=4

set shiftwidth=4

" 自动缩进
set autoindent

备份

set nobackup

Vim 简单配置

标签:auto   smart   back   显示行号   nobackup   and   stop   code   设置   

原文地址:https://www.cnblogs.com/hosealyu1996/p/10201459.html

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