我的Linux配置说明

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


你可能感兴趣的:(linux,vim)