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

vim

时间:2016-05-20 13:07:47      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:

/etc/vimrc    ~/.cimrc  

高亮  syntax on/off

行号 set nu/nonu

自动缩进 set autoindent    set cindent(好像这两个都得有)

加入文件头  配置文件设置

shell高亮   echo -e "\e[1;35m hello world \e[1;10m"       echo -e "\e[1;35m hello world " $(tput sgr0)

vim

标签:

原文地址:http://www.cnblogs.com/zhaogong/p/5511610.html

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