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

我的Linux配置说明

时间:2015-11-28 18:33:16      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:linux   vim   

vim配置备忘:

$cat .vimrc 

set tabstop=4

set shiftwidth=4

set softtabstop=4

set expandtab

set autoindent

"set mouse=a

set hls

set nu

syntax on

filetype plugin on

let g:pydiction_location = ‘~/.vim/bundle/pydiction/complete-dict‘

let g:pydiction_menu_height = 3


"-- Taglist setting --

let Tlist_Auto_Highlight_Tag=1

"let Tlist_Auto_Open=1

let Tlist_Auto_Update=1

let Tlist_Use_Right_Window=1

let Tlist_Exit_OnlyWindow=1


本文出自 “银凯的博客” 博客,请务必保留此出处http://yinkai.blog.51cto.com/3813923/1717754

我的Linux配置说明

标签:linux   vim   

原文地址:http://yinkai.blog.51cto.com/3813923/1717754

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