码迷,mamicode.com
首页 > 其他好文 > 详细

Configurate vim tool

时间:2014-04-29 17:58:49      阅读:502      评论:0      收藏:0      [点我收藏+]

标签:com   http   class   blog   style   div   img   code   java   javascript   log   

vim tool is a commom editor, for the sake of improving effeicient, it is necessary to configurate vim config file. The following comands will help you.

 

mamicode.com,码迷
vi ~/.vimrc #.vimrc is the config file of vim tool
set number # show line number
set hlsearch #show highlight for searching
set tabstop=4 #set tab key,which is equal 4 blank spaces
set ignorecase #ignore upper and lower character
set incsearch #I don‘t remember now


set nu #cancel line number
mamicode.com,码迷

 

Configurate vim tool,码迷,mamicode.com

Configurate vim tool

标签:com   http   class   blog   style   div   img   code   java   javascript   log   

原文地址:http://www.cnblogs.com/pinxiong/p/3698075.html

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