linux vim taglist config

 
"vim config .vimrc
"taglist                                                                                                                                      
map <silent> <F10> :TlistToggle                                                                                                               
let tlist_php_settings='php;c:class;f:function;d:constant'                                                                                    
let Tlist_Ctags_Cmd="/home/allen.mh/local/ctags/bin/ctags"                                                                                    
let Tlist_Show_One_File=1                                                                                                                     
let Tlist_Exit_OnlyWindow=1                                                                                                                   
let Tlist_Use_Right_Window=1                                                                                                                  
let Tlist_Auto_Open=1 

 

posted @ 2015-07-28 20:58  hao.ma  阅读(255)  评论(0编辑  收藏  举报