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

vim配置

时间:2017-05-27 17:55:47      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:relative   file   number   

syntax on    #syntax highlight

filetype indent plugin on    #indent relative to file type

set tabstop=4    #tab key skip 4 characters

set shiftstop=4    #shift width 4 characters

set ruler

set showcmd    #show command

set number    #show line-number

本文出自 “vim配置” 博客,谢绝转载!

vim配置

标签:relative   file   number   

原文地址:http://5264582.blog.51cto.com/5254582/1930187

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