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

shell script语法高亮和自动缩进的配置

时间:2015-01-13 14:11:29      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:

编辑/etc/vimrc文件,在文件末尾添加以下内容:

 66 syntax on
 67 set tabstop=4
 68 set softtabstop=4
 69 set shiftwidth=4
 70 set autoindent
 71 set nu
 72 
 73 set nocompatible
 74 filetype plugin indent on
技术分享

shell script语法高亮和自动缩进的配置

标签:

原文地址:http://www.cnblogs.com/ivan0626/p/4220983.html

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