"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 

 

相关文章:

  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-16
  • 2021-07-07
  • 2022-02-28
  • 2021-09-28
  • 2021-11-13
  • 2022-12-23
相关资源
相似解决方案