syntax on
set tabstop=4
set softtabstop=4
set shiftwidth=4
set autoindent
set cindent
set nu
set showmatch
set tags=tags;
set autochdir
let Tlist_Auto_Open=1
let Tlist_Auto_Update=1
let Tlist_Enable_Fold_Column=1
let Tlist_Sort_Type = "name"
let Tlist_WinWidth = 30
let Tlist_Show_One_File = 0
let Tlist_Exit_OnlyWindow = 1
let Tlist_Use_SingleClick = 1
map <F8> :Tlist<CR>:<CR>
map <F9> :wincmd p<CR>